summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-07 04:29:48 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 01:50:01 -0800
commitdf27070399c61922ec227823602f0d7f06043726 (patch)
tree76e4e961ca62ca5587d28ad62821bbf0bac50489 /makefile
parent9f9ae81c2742d82fa45dcabceed3e988bdac095c (diff)
Add output filename parameter to pngcrush.sh.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4452d64..03dbebc 100644
--- 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 _