zip: strip binary

This commit is contained in:
Stefan Saraev 2013-10-18 19:13:31 +03:00 committed by Stephan Raue
parent 016b5789d0
commit 228cca1987

View File

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