diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-09 22:10:37 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-09 22:10:37 -0800 |
commit | 33e303803fcca13b472d2ecb5cb15f038074078e (patch) | |
tree | dfab045419196b4c466044d8cd842724032589de /makefile | |
parent | cb6b3a7b344155ce1aea701630b7cb754abf5cae (diff) |
Totally obsolete and replace the old source packages.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -129,10 +129,14 @@ MobileCydia: sysroot $(object) CydiaAppliance: CydiaAppliance.mm $(cycc) $(filter %.mm,$^) $(flags) -bundle $(link) $(backrow) -debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find MobileCydia.app) +debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find MobileCydia.app) cydia.control sudo rm -rf _ mkdir -p _/var/lib/cydia + mkdir -p _/etc/apt + cp -a Trusted.gpg _/etc/apt/trusted.gpg.d + cp -a Sources.list _/etc/apt/sources.list.d + mkdir -p _/usr/libexec cp -a Library _/usr/libexec/cydia cp -a sysroot/usr/bin/du _/usr/libexec/cydia @@ -169,7 +173,7 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find Mobil $(dpkg) -b _ Cydia.deb @echo "$$(stat -L -f "%z" Cydia.deb) $$(stat -f "%Y" Cydia.deb)" -$(lproj_deb): $(shell find MobileCydia.app -name '*.strings') +$(lproj_deb): $(shell find MobileCydia.app -name '*.strings') cydia-lproj.control sudo rm -rf __ mkdir -p __/Applications/Cydia.app |