no more config.xml first time

This commit is contained in:
pvincent
2022-08-22 10:48:41 +04:00
parent f139fcfefb
commit 4a052ea707
+3 -3
View File
@@ -7,9 +7,9 @@ ENV?="dev"
install: install:
#copy config file from template first time only #copy config file from template first time only
@if [ ! -f config.xml ]; then \ # @if [ ! -f config.xml ]; then \
cp config.xml.dist config.xml; \ # cp config.xml.dist config.xml; \
fi # fi
@if [ $(ENV) = "dev" ]; then \ @if [ $(ENV) = "dev" ]; then \
make install_dev; \ make install_dev; \