From: Jay Freeman (saurik) Date: Sat, 16 Apr 2011 10:57:12 +0000 (-0700) Subject: Create bins directory if nonexistent. X-Git-Tag: v1.1.2~7^2 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/0dbada51f076f376e3ea625de5b6a0bced0412fe Create bins directory if nonexistent. --- diff --git a/makefile b/makefile index be9ae5f7..f7933f7c 100644 --- a/makefile +++ b/makefile @@ -121,6 +121,7 @@ sysroot: sysroot.sh MobileCydia: sysroot $(object) entitlements.xml @echo "[link] $(object:Objects/%=%)" @$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit) + @mkdir -p bins @cp -a $@ bins/$@-$(version) @echo "[strp] $@" @strip -no_uuid $@