From: Jay Freeman (saurik) <saurik@saurik.com>
Date: Sun, 5 Mar 2017 05:16:26 +0000 (-0800)
Subject: Add the date to the binary symbol sidestored copy.
X-Git-Tag: v1.1.31~15
X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/e7783492d5df3db416020d9a4aa5c36222f17ef4?hp=8658b2df5d752c857807a1f9a652bdc2226ec429

Add the date to the binary symbol sidestored copy.
---

diff --git a/makefile b/makefile
index 30d1b292..55af0bec 100644
--- a/makefile
+++ b/makefile
@@ -178,7 +178,7 @@ MobileCydia: sysroot $(object) entitlements.xml Objects/libapt64.a
 	@echo "[link] $@"
 	@$(cycc) -o $@ $(filter %.o,$^) $(link) $(libs) $(uikit) -Wl,-sdk_version,8.0
 	@mkdir -p bins
-	@cp -a $@ bins/$@-$(version)
+	@cp -a $@ bins/$@-$(version)_$(shell date +%s)
 	@echo "[strp] $@"
 	@grep '~' <<<"$(version)" >/dev/null && echo "skipping..." || strip $@
 	@echo "[uikt] $@"