Changeset 4862877a67964bd6ab1c4cc12e612c568818d295

Show
Ignore:
Timestamp:
01/20/08 13:14:48 (6 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1200831288 +0000
git-parent:

[5916510e4632cde3b2ea89780b21d1dab5871514]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1200831288 +0000
Message:

Makefile.am: another attempt to the fix dmg creation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rcbeed90 r4862877  
    991991    echo "Creating disk image" ; 
    992992    rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ; 
    993     hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \ 
    994       "$(top_builddir)/vlc-${VERSION}.dmg" -format UDZO \ 
    995       -scrub -imagekey zlib-level=9 ; 
     993    hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-${VERSION}" \ 
     994      "$(top_builddir)/vlc-${VERSION}.dmg" -scrub ; 
    996995    echo "Disk image creation completed:" ; 
    997996    ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;