Commit 4862877a authored by Felix Paul Kühne's avatar Felix Paul Kühne

Makefile.am: another attempt to the fix dmg creation

parent 5916510e
...@@ -990,9 +990,8 @@ package-macosx: ...@@ -990,9 +990,8 @@ package-macosx:
# Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs) # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
echo "Creating disk image" ; echo "Creating disk image" ;
rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ; rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \ hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-${VERSION}" \
"$(top_builddir)/vlc-${VERSION}.dmg" -format UDZO \ "$(top_builddir)/vlc-${VERSION}.dmg" -scrub ;
-scrub -imagekey zlib-level=9 ;
echo "Disk image creation completed:" ; echo "Disk image creation completed:" ;
ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ; ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment