From: arno Date: Thu, 20 Aug 2009 08:39:48 +0000 (+0200) Subject: do not copy settings.php in build X-Git-Tag: v0.3b_thomas~8 X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=commitdiff_plain;h=bc6ff55fe2768cb38239e022a186bc47a9841b48 do not copy settings.php in build --- diff --git a/build.sh b/build.sh index 82aacec..1ee0a41 100755 --- a/build.sh +++ b/build.sh @@ -13,6 +13,8 @@ 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 install.*php news.php api.php items.php logout.php $DESTDIR/