From bc6ff55fe2768cb38239e022a186bc47a9841b48 Mon Sep 17 00:00:00 2001 From: arno Date: Thu, 20 Aug 2009 10:39:48 +0200 Subject: [PATCH] do not copy settings.php in build --- build.sh | 2 ++ 1 file changed, 2 insertions(+) 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/ -- 2.39.2