Commit 21bd7be9 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* be a bit more verbose when creating the disk-image

parent cd03499d
...@@ -846,9 +846,9 @@ package-macosx: ...@@ -846,9 +846,9 @@ package-macosx:
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 -srcfolder "$(top_builddir)/vlc-${VERSION}" \
"$(top_builddir)/vlc-${VERSION}.dmg" -format UDZO -quiet \ "$(top_builddir)/vlc-${VERSION}.dmg" -format UDZO \
-scrub -imagekey zlib-level=9 ; -scrub -imagekey zlib-level=9 ;
echo; 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 ;
# Clean up # Clean up
......
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