]> sjero.net Git - linphone/commitdiff
fix zip generation on macos
authorSimon Morlat <simon.morlat@linphone.org>
Fri, 25 Mar 2011 11:26:34 +0000 (12:26 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Fri, 25 Mar 2011 11:26:34 +0000 (12:26 +0100)
Makefile.am
README.macos

index bdfbefcb7008a37440043f6a4f4b9340a7c041eb..3d533352fb7a31ca4841bad4f788c93c69d70f70 100644 (file)
@@ -194,7 +194,7 @@ bundle:
        LINPHONE_INSTALL_PREFIX=$(INSTALLDIR_WITH_PREFIX) \
        LIBLINPHONE_INSTALL_PREFIX=$(INSTALLDIR_WITH_PREFIX) \
        ige-mac-bundler $(PACKAGE_BUNDLE_FILE)
-       cd $$HOME/Desktop && zip -r Linphone-$(VERSION).app.zip $$HOME/Desktop/Linphone.app
+       cd $$HOME/Desktop && zip -r Linphone-$(VERSION).app.zip Linphone.app
 
 
 
index 4cc36071c559305f0ca6491a46e46a3e277d0661..ed5fdd41d8bb7f2a57975dd3c4a5c55eea0ab449 100644 (file)
@@ -35,7 +35,8 @@ http://sourceforge.net/apps/trac/gtk-osx/wiki/Bundle
 - Now you can compile linphone
 
 $ jhbuild shell
-$ PKG_CONFIG_PATH=$HOME/gtk/inst/lib/pkgconfig:/opt/local/lib/pkgconfig/ ./configure --disable-video --disable-strict
+$ PKG_CONFIG_PATH=$HOME/gtk/inst/lib/pkgconfig:/opt/local/lib/pkgconfig/ ./configure --disable-video --disable-strict --with-gsm=/opt/local
+#assuming you have gsm installed in /opt/local. However gsm is optional.
 $ make
 
 - You can generate a bundle using