From 2587a89dd030beca3ea2733e34342e5ee54c9896 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 17 Mar 2011 15:35:03 -0700 Subject: [PATCH] Run ldid on postinst. --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 23f25ee2..78a55c10 100644 --- a/makefile +++ b/makefile @@ -131,6 +131,7 @@ CydiaAppliance: CydiaAppliance.mm postinst: postinst.mm Sources.mm Sources.h CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h $(cycc) $(filter %.mm,$^) $(flags) -framework CoreFoundation -framework Foundation -framework UIKit -lpcre + @ldid -T0 -S postinst debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst $(images) $(shell find MobileCydia.app) cydia.control sudo rm -rf _ -- 2.45.2