From df27070399c61922ec227823602f0d7f06043726 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 7 Mar 2011 04:29:48 -0800 Subject: Add output filename parameter to pngcrush.sh. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 _ -- cgit v1.2.3