summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-12-14 18:40:38 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-01-01 14:32:08 -0800
commit7fc0298900fd912b962229f23d090fc422320019 (patch)
tree4913d7d3fce4c9d318d3456a559fd63d36873c48 /makefile
parent91107ccf316c36dc964e1cdf6c74d216fbce4aa4 (diff)
Use pngcrush to crush the images as we build the package.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 5fbff17..9a1145d 100644
--- a/makefile
+++ b/makefile
@@ -100,6 +100,8 @@ package: MobileCydia
mkdir -p _/DEBIAN
./control.sh _ >_/DEBIAN/control
+ find _ -name '*.png' -exec ./pngcrush.sh '{}' ';'
+
sudo chown -R 0 _
sudo chgrp -R 0 _
sudo chmod 6755 _/Applications/Cydia.app/MobileCydia