From 83d98d317addfbbf1867c9724118d008386d2780 Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 8 Aug 2009 19:03:32 +0200 Subject: [PATCH] include CHANGES.txt in build archive --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a297b1b..2af3bb8 100755 --- a/build.sh +++ b/build.sh @@ -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 -- 2.39.2