From 24cb1df7a50df41c696ee398a45f8230b422d058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Thu, 14 Jun 2012 20:27:58 +0200 Subject: [PATCH] Remove TODO from binary packaging --- tools/package.sh | 4 ++-- tools/package_win32.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/package.sh b/tools/package.sh index 165d7e3..e2a947d 100755 --- a/tools/package.sh +++ b/tools/package.sh @@ -20,7 +20,7 @@ if [ "$1" == "clean" ] ; then make clean fi make || (echo "Compilation failed" ; exit 1) -cp -r kc ressources TODO AUTHORS COPYING README* www install.sh "$DIR" +cp -r kc ressources AUTHORS COPYING README* www install.sh "$DIR" rm -rf "$DIR"/ressources/po/* cp -r ressources/po/*.qm "$DIR/ressources/po/" # Copy only QM files find "$DIR" -type f -executable -exec ${HOST}strip \{\} \; @@ -32,7 +32,7 @@ if [ -d "debian" ] ; then DEB_FILE="kisscount_${VERSION}-1_${ARCH}.deb" rm -rf "$DEB_DIR" "$DEB_FILE" mkdir "$DEB_DIR" -cp -r kc.1 kc debian README* ChangeLog TODO AUTHORS COPYING ressources "$DEB_DIR" +cp -r kc.1 kc debian README* ChangeLog AUTHORS COPYING ressources "$DEB_DIR" rm -rf "$DEB_DIR/ressources/po/*" cp -r ressources/po/*.qm "$DEB_DIR"/ressources/po/ # Copy only QM files cd "$DEB_DIR" diff --git a/tools/package_win32.sh b/tools/package_win32.sh index 14ff006..14bc90f 100755 --- a/tools/package_win32.sh +++ b/tools/package_win32.sh @@ -15,7 +15,7 @@ make || (echo "Compilation failed" ; exit 1) rm -rf "$DIR" mkdir -p "$DIR" cp -r lib/*.dll* "$DIR" -cp -r kc ressources TODO AUTHORS COPYING README README.fr www "$DIR" +cp -r kc ressources AUTHORS COPYING README README.fr www "$DIR" rm -rf "$DIR"/ressources/po/* cp -r ressources/po/*.qm "$DIR/ressources/po/" # Copy only QM files mv "$DIR"/kc "$DIR"/kc.exe