Changeset 89e87d9bb6e4c56bdd1a86392b2e217387f03074
- Timestamp:
- 01/05/08 17:36:48
(7 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1199551008 +0000
- git-parent:
[c02dda13ae39a2d3453f83e9667ae6344440722a]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1199551008 +0000
- Message:
Makefile.am: another attempt to fix hdiutil attach
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0554ff0 |
r89e87d9 |
|
| 1000 | 1000 | echo "Make sure the root window of the dmg will pop up when the dmg is mounted" ; |
|---|
| 1001 | 1001 | mkdir -p $(top_builddir)/vlcmnt ; |
|---|
| 1002 | | hdiutil attach -kernel -readwrite -noverify -noautoopen "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ; |
|---|
| | 1002 | hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ; |
|---|
| 1003 | 1003 | bless --folder "$(top_builddir)/vlcmnt/vlc-${VERSION}/" --openfolder "$(top_builddir)/vlcmnt/vlc-${VERSION}" ; |
|---|
| 1004 | 1004 | sleep 1 # Make sure operation completes |
|---|