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

This commit is contained in:
Felix Paul Kühne 2006-04-12 16:54:42 +00:00
parent cd03499d39
commit 21bd7be900
1 changed files with 2 additions and 2 deletions

View File

@ -846,9 +846,9 @@ package-macosx:
echo "Creating disk image" ;
rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
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 ;
echo; echo "Disk image creation completed:" ;
echo "Disk image creation completed:" ;
ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
# Clean up