[PATCH] Fix wrong macosx packaging path for gtk-mac-bundler

Henrik Brautaset Aronsen subsurface at henrik.synth.no
Tue Oct 16 23:19:07 PDT 2012


It's in "macosx", not "macos".

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
  Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1fcb9e3..bbeec57 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ create-macosx-bundle: $(NAME)
  		$(INSTALL) -d -m 755 $(MACOSXSTAGING)/Contents/Resources/$$LOC; \
  		$(INSTALL) $$LOC/subsurface.mo 
$(MACOSXSTAGING)/Contents/Resources/$$LOC/subsurface.mo; \
  	done
-	$(GTK_MAC_BUNDLER) packaging/macos/subsurface.bundle
+	$(GTK_MAC_BUNDLER) packaging/macosx/subsurface.bundle
   install-cross-windows: $(NAME)
  	$(INSTALL) -d -m 755 $(WINDOWSSTAGING)/share/locale
-- 
1.7.11.5



More information about the subsurface mailing list