Changeset eb149eed4098fc35abda281875f076cc57723dd2

Show
Ignore:
Timestamp:
01/05/08 17:42:17 (6 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1199551337 +0000
git-parent:

[89e87d9bb6e4c56bdd1a86392b2e217387f03074]

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

Makefile.am: try it the simple way now, trusting the user not to open another dmg with the same name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r89e87d9 reb149ee  
    993993    hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-${VERSION}" \ 
    994994      "$(top_builddir)/vlc-${VERSION}.dmg" -format UDRW \ 
    995       -scrub -imagekey zlib-level=9
     995      -scrub -imagekey zlib-level=9 -attach
    996996 
    997997# Make sure the root window of the dmg will pop up when the dmg is mounted. 
     
    999999# finder mounted dmg with the same name. 
    10001000    echo "Make sure the root window of the dmg will pop up when the dmg is mounted" ; 
    1001   mkdir -p $(top_builddir)/vlcmnt ; 
    1002   hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ; 
     1001# mkdir -p $(top_builddir)/vlcmnt ; 
     1002# hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ; 
    10031003    bless --folder "$(top_builddir)/vlcmnt/vlc-${VERSION}/" --openfolder "$(top_builddir)/vlcmnt/vlc-${VERSION}" ; 
    10041004    sleep 1 # Make sure operation completes 
    1005   cd "$(srcdir)" 
     1005# cd "$(srcdir)" 
    10061006 
    10071007# Unmount the image now