]> git.saurik.com Git - cydia.git/blobdiff - makefile
Add output filename parameter to pngcrush.sh.
[cydia.git] / makefile
index 4452d64a2a6391da888d6c7edd99e51c101b8b71..03dbebcbf175d012d5510e231b8101304ed0c087 100644 (file)
--- a/makefile
+++ b/makefile
@@ -141,7 +141,7 @@ package: MobileCydia
        mkdir -p _/DEBIAN
        ./control.sh _ >_/DEBIAN/control
        
-       find _ -name '*.png' -exec ./pngcrush.sh '{}' ';'
+       find _ -name '*.png' -exec ./pngcrush.sh '{}' '{}' ';'
        find _ -exec touch -t "$$(date -j -f "%s" +"%Y%m%d%H%M.%S" "$$(git show --format='format:%ct' | head -n 1)")" {} ';'
        
        sudo chown -R 0 _