summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2018-08-13 04:36:40 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2018-08-13 04:36:40 -0700
commite79e7ac00536e40bddc8d4541ef72059ac349e9a (patch)
treedf0e3effcb84fe41d008d22d6295d8d43e3ccb32
parent2d7ece6e963ba4d3db6f02445d99f248a650ac72 (diff)
We no longer depend on apt7-* (but need /etc/apt).
-rw-r--r--cydia.control2
-rw-r--r--makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/cydia.control b/cydia.control
index c8bfbbe..7c756dc 100644
--- a/cydia.control
+++ b/cydia.control
@@ -5,7 +5,7 @@ Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
Version:
Replaces: bigboss, bigbossbetarepo, com.sosiphone.addcydia, cydia-sources, ispazio.net, modmyifone, saurik, ste, yellowsn0w.com, zodttd
-Depends: apt7-lib, apt7-key, cydia-lproj (>= 1.1.10), darwintools, debianutils, dpkg (>= 1.18), org.thebigboss.repo.icons, sed, shell-cmds, system-cmds, uikittools (>= 1.1.4)
+Depends: cydia-lproj (>= 1.1.10), darwintools, debianutils, dpkg (>= 1.18), org.thebigboss.repo.icons, sed, shell-cmds, system-cmds, uikittools (>= 1.1.4)
Conflicts: bigboss, bigbossbetarepo, com.sosiphone.addcydia, cydia-sources, ispazio.net, modmyifone, ste, yellowsn0w.com, zodttd
Pre-Depends: debianutils, dpkg (>= 1.14.25-8)
Provides: bigbossbetarepo, cydia-sources
diff --git a/makefile b/makefile
index cced7ba..a4c70ba 100644
--- a/makefile
+++ b/makefile
@@ -280,6 +280,8 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion s
mkdir -p _/var/lib/cydia
mkdir -p _/etc/apt
+ mkdir _/etc/apt/apt.conf.d
+ mkdir _/etc/apt/preferences.d
cp -a Trusted.gpg _/etc/apt/trusted.gpg.d
cp -a Sources.list _/etc/apt/sources.list.d