summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-07 04:08:25 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 06:10:50 -0800
commit8fec9d25c45228642795f108ec8422cb9a36eac1 (patch)
tree017867b912fa1ddbc0c91e5e054b9586d6486d31
parent443b9e05184a54d931eac14c007e309777cace4f (diff)
Deterministic timestamps.
-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 _