Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04a526e728 | ||
|
|
e28efeab7e |
+1
-1
@@ -1 +1 @@
|
||||
1.11.4
|
||||
1.11.5
|
||||
|
||||
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user