summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-09-02 21:11:29 -0700
committerKeith Packard <keithp@keithp.com>2010-09-03 07:04:28 -0700
commit3b3aa448f3a0f44137f7530b04b58967ba5f22f5 (patch)
tree8d318fc669028b52076609db3782d9537a3b3e6d
parentcff0d1ef6b338b3d5ad9450d4d5f95df934cb5e4 (diff)
altosui: build Mac OS .zip file to include paths
Without the paths, the OS X zip file doesn't create a usable application structure. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--ao-tools/altosui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile
index abf5704f..0f5d05c8 100644
--- a/ao-tools/altosui/Makefile
+++ b/ao-tools/altosui/Makefile
@@ -159,7 +159,7 @@ $(DARWIN_ZIP): $(DARWIN_FILES)
cp $(DARWIN_RESOURCES) darwin/AltosUI.app/Contents/Resources/Java
mkdir -p darwin/AltOS
cp $(DARWIN_EXTRA) darwin/AltOS
- cd darwin && zip -j -r ../$@ AltosUI.app AltOS
+ cd darwin && zip -r ../$@ AltosUI.app AltOS
WINDOWS_FILES = $(FAT_FILES) ../libaltos/altos.dll ../../telemetrum.inf