From 0327e635aa9f79b804c7be8f63b1a3a474db9fce Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 2 Mar 2013 00:46:22 +0000 Subject: [PATCH] Pass -Zlzma to dpkg-deb while building package. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2