re-enable config.xml

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