[84276] trunk/dports/emulators
ryandesign at macports.org
ryandesign at macports.org
Wed Sep 21 12:19:56 PDT 2011
Revision: 84276
http://trac.macports.org/changeset/84276
Author: ryandesign at macports.org
Date: 2011-09-21 12:19:56 -0700 (Wed, 21 Sep 2011)
Log Message:
-----------
minivmac, minivmac-devel: fix my_attach_disk_image proc broken by r78453
Revision Links:
--------------
http://trac.macports.org/changeset/78453
Modified Paths:
--------------
trunk/dports/emulators/minivmac/Portfile
trunk/dports/emulators/minivmac-devel/Portfile
Modified: trunk/dports/emulators/minivmac/Portfile
===================================================================
--- trunk/dports/emulators/minivmac/Portfile 2011-09-21 19:15:37 UTC (rev 84275)
+++ trunk/dports/emulators/minivmac/Portfile 2011-09-21 19:19:56 UTC (rev 84276)
@@ -356,7 +356,7 @@
# Mounts a disk image.
proc my_attach_disk_image {disk_image} {
- global my_name filespath
+ global my_name filespath prefix
set mountpoint [mkdtemp "/tmp/${my_name}.XXXXXXXX"]
# Use this expect script instead of using hdiutil directly, because the
# system disk image has a license agreement we must agree to.
Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- trunk/dports/emulators/minivmac-devel/Portfile 2011-09-21 19:15:37 UTC (rev 84275)
+++ trunk/dports/emulators/minivmac-devel/Portfile 2011-09-21 19:19:56 UTC (rev 84276)
@@ -364,7 +364,7 @@
# Mounts a disk image.
proc my_attach_disk_image {disk_image} {
- global my_name filespath
+ global my_name filespath prefix
set mountpoint [mkdtemp "/tmp/${my_name}.XXXXXXXX"]
# Use this expect script instead of using hdiutil directly, because the
# system disk image has a license agreement we must agree to.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110921/6794efeb/attachment.html>
More information about the macports-changes
mailing list