diff --git a/Makefile.am b/Makefile.am
index bdfbefcb7008a37440043f6a4f4b9340a7c041eb..3d533352fb7a31ca4841bad4f788c93c69d70f70 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
 
 
 
diff --git a/README.macos b/README.macos
index 4cc36071c559305f0ca6491a46e46a3e277d0661..ed5fdd41d8bb7f2a57975dd3c4a5c55eea0ab449 100644
--- a/README.macos
+++ b/README.macos
@@ -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