diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-30 15:05:38 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-30 15:05:38 -1000 |
commit | e1fe198695e4c91f62772fb1dbbfdc4607503cdc (patch) | |
tree | 24bde2ebe8b7e8f1036497ea78a48e2829fd9078 /makefile | |
parent | dfe8b17d3030459f6b66cc1736b4e5823d876fb3 (diff) |
Try making uicache trigger
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion s mkdir -p _/DEBIAN ./control.sh cydia.control _ >_/DEBIAN/control - cp -a preinst postinst _/DEBIAN/ + cp -a preinst postinst triggers _/DEBIAN/ find _ -exec touch -t "$$(date -j -f "%s" +"%Y%m%d%H%M.%S" "$$(git show --format='format:%ct' | head -n 1)")" {} ';' |