zip: strip binary

This commit is contained in:
Stefan Saraev 2013-10-18 19:13:31 +03:00
parent 0e773c9f1b
commit 466c3eb651

View File

@ -48,4 +48,5 @@ make_target() {
makeinstall_target() {
mkdir -p $INSTALL/usr/bin
cp zip $INSTALL/usr/bin
$STRIP $INSTALL/usr/bin/zip
}