slacknoth script now strips binaries (how could I forget that?)
This commit is contained in:
parent
c1cbd4f396
commit
8a992f9fda
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue