Fix a bug with qm files in package*.sh

This commit is contained in:
2012-06-07 19:52:51 +02:00
parent 92e0df0bcf
commit a07110db04
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ rm -rf "$DIR"
mkdir -p "$DIR"
cp -r lib/*.dll* "$DIR"
cp -r kc ressources TODO CONTRIBUTORS COPYING README README.fr www "$DIR"
rm -rf "$DIR/ressources/po/*"
rm -rf "$DIR"/ressources/po/*
cp -r ressources/po/*.qm "$DIR/ressources/po/" # Copy only QM files
mv "$DIR"/kc "$DIR"/kc.exe
find "$DIR" -type f -executable -exec ${PREFIX}strip \{\} \;