fix zip generation on macos

This commit is contained in:
Simon Morlat 2011-03-25 12:26:34 +01:00
parent 89da122d49
commit 7b9ae474c6
2 changed files with 3 additions and 2 deletions

View 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

View 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