summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-10 18:54:56 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-10 18:54:56 -0800
commit5ad3e6d9a0a9a6972b5fb8fea108ea7168757ea5 (patch)
treef5e732084303d8488cc57c59ba9f85d13509449f /makefile
parent6d246265ac5604afc36f21d1a37bee3818339486 (diff)
Add /usr/share/bigboss/icons from the bigboss package.
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefile b/makefile
index 8be707e..855ab7a 100644
--- a/makefile
+++ b/makefile
@@ -80,7 +80,7 @@ object := $(object:.m=.o)
object := $(object:.mm=.o)
object := $(object:%=Objects/%)
-images := $(shell find MobileCydia.app -name '*.png')
+images := $(shell find BigBoss.png/ MobileCydia.app/ -type f -name '*.png')
images := $(images:%=Images/%)
lproj_deb := debs/cydia-lproj_$(version)_iphoneos-arm.deb
@@ -151,6 +151,10 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find Mobil
cd MobileCydia.app && find . -name '*.png' -exec cp -af ../Images/MobileCydia.app/{} ../_/Applications/Cydia.app/{} ';'
+ mkdir -p _/usr/share/bigboss/icons
+ cd BigBoss.png && find . -name '*.png' -exec cp -af ../Images/BigBoss.png/{} ../_/usr/share/bigboss/icons/{} ';'
+ ln -s /usr/share/bigboss/icons/planetiphones.png _/Applications/Cydia.app/Sections/"Planet-iPhones Mods.png"
+
#mkdir -p _/Applications/AppleTV.app/Appliances
#cp -a Cydia.frappliance _/Applications/AppleTV.app/Appliances
#cp -a CydiaAppliance _/Applications/AppleTV.app/Appliances/Cydia.frappliance