diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-14 18:40:38 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-01-01 14:32:08 -0800 |
commit | 7fc0298900fd912b962229f23d090fc422320019 (patch) | |
tree | 4913d7d3fce4c9d318d3456a559fd63d36873c48 /makefile | |
parent | 91107ccf316c36dc964e1cdf6c74d216fbce4aa4 (diff) |
Use pngcrush to crush the images as we build the package.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |