X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=build.sh;h=82aacece35eb54414b3dad2982ee8bb67787d5be;hp=3932ab17178f23417ce4ad5852d656e16a59ca41;hb=a1d1d319af15be975bde4695a3bfeb7d78ea0398;hpb=bf5384b48ad82e3487329bb7987bd5a49d4bf330 diff --git a/build.sh b/build.sh index 3932ab1..82aacec 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e -PROJVERS=0.1 +PROJVERS=0.2 PROJNAME=syp BUILDDIR=${1:-build} @@ -15,7 +15,7 @@ mkdir -p $DESTDIR cp -RLp inc/ $DESTDIR/ # 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/ @@ -54,8 +54,8 @@ for file in $DESTDIR/js/jquery-*.min.js; do mv $file $DESTDIR/js/jquery-$jversion.js done -# copyright and readme files -cp -p license.txt README.txt COPYING.txt $DESTDIR/ +# copyright and readme and changes files +cp -p license.txt COPYING.txt README.txt CHANGES.txt $DESTDIR/ # creates upload directory mkdir -p $DESTDIR/upload/_thumbs