slacknoth script now strips binaries (how could I forget that?)

This commit is contained in:
Mark Michelsen 2004-03-02 17:00:57 +00:00
parent c1cbd4f396
commit 8a992f9fda

View file

@ -21,6 +21,8 @@ cp -Rf changelog COPYING copyright INSTALL MANUAL* README /wesnothpack/wesnoth-$
echo "Cleaning up source..."
make clean
cd /wesnothpack/wesnoth-$1
echo "Stripping binaries..."
strip usr/bin/*
echo "Building package..."
tar cf wesnoth-$1-$2-1.tar .
gzip -9 wesnoth-$1-$2-1.tar