]> git.sesse.net Git - vlc/commitdiff
Makefile.am: another attempt to fix hdiutil attach
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 5 Jan 2008 16:36:48 +0000 (16:36 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 5 Jan 2008 16:36:48 +0000 (16:36 +0000)
Makefile.am

index e4ff203a218fbff9d25465c4fff2df4e9abb3756..7e8ef42ef33d3b55aacb3877e15bff86961939e1 100644 (file)
@@ -999,7 +999,7 @@ package-macosx:
 # finder mounted dmg with the same name.
        echo "Make sure the root window of the dmg will pop up when the dmg is mounted" ;
        mkdir -p $(top_builddir)/vlcmnt ;
-       hdiutil attach -kernel -readwrite -noverify -noautoopen "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
+       hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
        bless --folder "$(top_builddir)/vlcmnt/vlc-${VERSION}/" --openfolder "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
        sleep 1 # Make sure operation completes
        cd "$(srcdir)"