]> git.saurik.com Git - cydia.git/blobdiff - makefile
Display the size of the output package after dpkg-deb.
[cydia.git] / makefile
index d437f41bec5123ef5e3dfc25293dcdf3d168f1ca..3c6cda482cee7bf34e7a3e4f81658aa37976649e 100644 (file)
--- 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