summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-05-09 23:18:57 -1000
committerSam Bingner <sam@bingner.com>2019-05-27 14:31:08 -1000
commit97e900b2ad67c8f16716dff496180b09b33d9eaf (patch)
treebfba7b6693990aadd1f25a0ecd3d2544bf34ae4a /makefile
parent04f7858ab3a4ae343dee401efc7ecd777d422b1b (diff)
Pin elucubratus, support pining, unblock electra
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1eaaf68..2d6565a 100644
--- a/makefile
+++ b/makefile
@@ -306,13 +306,14 @@ postinst: postinst.mm CyteKit/stringWith.mm CyteKit/stringWith.h CyteKit/UCPlatf
$(cycc) $(plus) -o $@ $(filter %.mm,$^) $(flag) $(link) -framework CoreFoundation -framework Foundation -framework UIKit
@ldid -T0 -Sgenent.xml $@
-debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion setnsfpn cydo $(images) $(shell find MobileCydia.app) cydia.control Library/firmware.sh Library/move.sh Library/startup
+debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion setnsfpn cydo $(images) $(shell find MobileCydia.app) cydia.control cydia.preferences Library/firmware.sh Library/move.sh Library/startup
fakeroot rm -rf _
mkdir -p _/var/lib/cydia
mkdir -p _/etc/apt
mkdir _/etc/apt/apt.conf.d
mkdir _/etc/apt/preferences.d
+ cp -a cydia.preferences _/etc/apt/preferences.d/cydia
cp -a Trusted.gpg _/etc/apt/trusted.gpg.d
cp -a Sources.list _/etc/apt/sources.list.d