summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/makefile b/makefile
index 372bd82..9673241 100644
--- a/makefile
+++ b/makefile
@@ -127,7 +127,7 @@ MobileCydia: sysroot $(object)
CydiaAppliance: CydiaAppliance.mm
$(cycc) $(filter %.mm,$^) $(flags) -bundle $(link) $(backrow)
-package: MobileCydia $(images)
+debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find MobileCydia.app)
sudo rm -rf _
mkdir -p _/var/lib/cydia
@@ -165,4 +165,6 @@ package: MobileCydia $(images)
$(dpkg) -b _ Cydia.deb
@echo "$$(stat -L -f "%z" Cydia.deb) $$(stat -f "%Y" Cydia.deb)"
-.PHONY: all clean sign
+package: debs/cydia_$(version)_iphoneos-arm.deb
+
+.PHONY: all clean package sign