summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2ce69cc..10a9349 100644
--- a/makefile
+++ b/makefile
@@ -140,6 +140,7 @@ package: MobileCydia
./control.sh _ >_/DEBIAN/control
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 _
sudo chgrp -R 0 _