From: Jay Freeman (saurik) Date: Tue, 14 Dec 2010 22:51:04 +0000 (-0800) Subject: Display the size of the output package after dpkg-deb. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/9f1ff1e540e7e6d15961e0a3731bf612d72b3f6a Display the size of the output package after dpkg-deb. --- diff --git a/makefile b/makefile index d437f41b..3c6cda48 100644 --- a/makefile +++ b/makefile @@ -107,6 +107,6 @@ package: MobileCydia mkdir -p debs ln -sf debs/cydia_$$(./version.sh)_iphoneos-arm.deb Cydia.deb $(dpkg) -b _ Cydia.deb - readlink Cydia.deb + @echo "$$(stat -L -f "%z" Cydia.deb) $$(stat -f "%Y" Cydia.deb)" .PHONY: all clean sign