From: Felix Paul Kühne Date: Sun, 7 Jun 2009 18:42:37 +0000 (+0200) Subject: fixed package-macosx-plugin in case top_srcdir != top_buildir and switched image... X-Git-Tag: 1.1.0-ff~5540 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4b36ca62fcc40bfa4faba078c6556fe35707136e;hp=a2e763951e8aa0e90ddadc034ab12dcad946f36a;p=vlc fixed package-macosx-plugin in case top_srcdir != top_buildir and switched image format to UDBZ, too NOTE that creating the plugin bundle is still horribly broken in the former case --- diff --git a/Makefile.am b/Makefile.am index 551285dafe..5de28caa73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1181,8 +1181,8 @@ if BUILD_MOZILLA fi; \ $${PACKAGEMAKER} -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \ -f "$(top_builddir)/macosx-plugin-instdata" \ - -i "$(srcdir)/extras/package/macosx/plugin/InstallerInfo.plist" \ - -d "$(srcdir)/extras/package/macosx/plugin/InstallerDescription.plist"; true + -i "$(top_builddir)/extras/package/macosx/plugin/InstallerInfo.plist" \ + -d "$(top_srcdir)/extras/package/macosx/plugin/InstallerDescription.plist"; true rm -rf "$(top_builddir)/macosx-plugin-instdata/" # Create disk image @@ -1191,7 +1191,7 @@ if BUILD_MOZILLA mkdir -p "$(top_builddir)/vlc-plugin-$(VERSION)/" mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-$(VERSION)/" hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-$(VERSION)" \ - "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDZO \ + "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDBZ \ -scrub -imagekey zlib-level=9 echo "Disk image creation completed:" rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)"