From 44530bac44e19c54fb699c85b1ec53a68ba7f567 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 28 Jan 2012 10:40:09 +0000 Subject: [PATCH] And I suck too. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3968 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/engine/Makefile b/engine/Makefile index 41e4ae446..a78ee0ac4 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -1202,17 +1202,15 @@ droid-rel: droid/build.xml droid/ftekeystore mkdir -p droid/libs/armeabi @cp $(RELEASE_DIR)/libftedroid.so droid/libs/armeabi/ @cd droid && $(ANT) release -ifneq ($(DROID_PACKSC),) +ifneq ($(DROID_PACKSU),) @echo - @echo - @echo Adding custom data files (non-compressed) + @echo Adding custom data files - non-compressed @echo zip droid/bin/FTEDroid-release-unsigned.apk -0 -j $(DROID_PACKSU) endif -ifneq ($(DROID_PACKSU),) +ifneq ($(DROID_PACKSC),) @echo - @echo - @echo Adding custom data files (compressed) + @echo Adding custom data files - compressed @echo zip droid/bin/FTEDroid-release-unsigned.apk -9 -j $(DROID_PACKSC) endif