]> dev.renevier.net Git - syp.git/blobdiff - build.sh
bump to version 0.4
[syp.git] / build.sh
index 2af3bb82d96c7d7be0730971c63747a99dcc4b7f..216a2ad41fe38127adf0cea6e00cc46415c4925e 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-PROJVERS=0.2
+PROJVERS=0.4
 PROJNAME=syp
 
 BUILDDIR=${1:-build}
@@ -13,9 +13,11 @@ mkdir -p $DESTDIR
 
 # php includes
 cp -RLp inc/ $DESTDIR/
+# removes generated settings in case it exists
+rm -f $DESTDIR/inc/settings.php
 
 # other php files
-cp -p admin.*php index.*php upgrade.*php wizard.*php news.php api.php items.php logout.php $DESTDIR/
+cp -p admin.*php index.*php upgrade.*php install.*php news.php api.php items.php logout.php $DESTDIR/
 
 # media
 cp -RLp media/ $DESTDIR/