From: Jay Freeman (saurik) Date: Sat, 2 Mar 2013 00:46:22 +0000 (+0000) Subject: Pass -Zlzma to dpkg-deb while building package. X-Git-Tag: v0.9.3911~2 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/0327e635aa9f79b804c7be8f63b1a3a474db9fce Pass -Zlzma to dpkg-deb while building package. --- diff --git a/makefile b/makefile index a44e3da..683ffca 100644 --- a/makefile +++ b/makefile @@ -51,6 +51,6 @@ package: all sed -e 's/VERSION/$(shell ./version.sh)/g' control >winterboard/DEBIAN/control cp -a Test.sh Default-568h@2x.png Icon-Small.png icon.png icon-72.png icon@2x.png WinterBoard.dylib WinterBoard Info.plist winterboard/Applications/WinterBoard.app file="winterboard_$$(grep ^Version: winterboard/DEBIAN/control | cut -d ' ' -f 2)_iphoneos-arm.deb"; echo "$$file"; ln -sf "$$file" winterboard.deb - dpkg-deb -b winterboard winterboard.deb + dpkg-deb -Zlzma -b winterboard winterboard.deb .PHONY: all clean package