Changeset 0554ff0a2160754b54f5e1aba1757f0411a841d6

Show
Ignore:
Timestamp:
04/01/08 14:13:55 (9 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1199452435 +0000
git-parent:

[ddd606a33edcd6008fe5e33039fbf0eeb54b686b]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1199452435 +0000
Message:

Makefile.am: Attempt to get hidutil attach working.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r1b4a1c8 r0554ff0  
    10001000    echo "Make sure the root window of the dmg will pop up when the dmg is mounted" ; 
    10011001    mkdir -p $(top_builddir)/vlcmnt ; 
    1002     hdiutil attach -readwrite -noverify -noautoopen "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ; 
     1002    hdiutil attach -kernel -readwrite -noverify -noautoopen "$(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