summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-08 01:45:28 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 02:18:58 -0800
commit35ee854810ce90c8418e3072cfb28e246fdba013 (patch)
treeb65b354ab09d55b66fde4a3eb36b8b6c8f21e1c1 /makefile
parent5e84512182af57d942a678c7ff5cf51c39d3ad72 (diff)
Take Telesphoreo's preinst.
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 9673241..70fa990 100644
--- a/makefile
+++ b/makefile
@@ -153,6 +153,7 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find Mobil
mkdir -p _/DEBIAN
./control.sh _ >_/DEBIAN/control
+ cp -a preinst _/DEBIAN/
find _ -exec touch -t "$$(date -j -f "%s" +"%Y%m%d%H%M.%S" "$$(git show --format='format:%ct' | head -n 1)")" {} ';'