altosui: build Mac OS .zip file to include paths
authorKeith Packard <keithp@keithp.com>
Fri, 3 Sep 2010 04:11:29 +0000 (21:11 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 3 Sep 2010 14:04:28 +0000 (07:04 -0700)
Without the paths, the OS X zip file doesn't create a usable
application structure.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/Makefile

index abf5704f0b94c0090772e589c27e149dbd906f46..0f5d05c89bfba565599e6e06321bb1b10c45475e 100644 (file)
@@ -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