Commit 8442f8ad authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Makefile.am: Put hdiutil into verbose mode in package-macosx creation.

parent 12c39680
......@@ -987,7 +987,7 @@ package-macosx:
# Create disk image
echo "Creating disk image" ;
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 UDRW \
-scrub -imagekey zlib-level=9 ;
......
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