[36772] users/ryandesign/minivmac

ryandesign at macports.org ryandesign at macports.org
Wed May 14 04:40:06 PDT 2008


Revision: 36772
          http://trac.macosforge.org/projects/macports/changeset/36772
Author:   ryandesign at macports.org
Date:     2008-05-14 04:40:05 -0700 (Wed, 14 May 2008)

Log Message:
-----------
minivmac: don't print the aliases as they're created

Modified Paths:
--------------
    users/ryandesign/minivmac/Portfile
    users/ryandesign/minivmac/files/attach.exp

Modified: users/ryandesign/minivmac/Portfile
===================================================================
--- users/ryandesign/minivmac/Portfile	2008-05-14 11:34:23 UTC (rev 36771)
+++ users/ryandesign/minivmac/Portfile	2008-05-14 11:40:05 UTC (rev 36772)
@@ -195,7 +195,7 @@
 	} else {
 		set dst_dir "[file dirname ${dst}]"
 	}
-	system "osascript -e 'set src to POSIX file \"${src}\"' -e 'set dst_dir to POSIX file \"${dst_dir}\"' -e 'tell app \"Finder\" to make new alias file at dst_dir to src'"
+	system "osascript -e 'set src to POSIX file \"${src}\"' -e 'set dst_dir to POSIX file \"${dst_dir}\"' -e 'tell app \"Finder\" to make new alias file at dst_dir to src' -e 'return'"
 	if {!${dst_is_dir}} {
 		file rename "[file join ${dst_dir} [file tail ${src}]]" "${dst}"
 	}

Modified: users/ryandesign/minivmac/files/attach.exp
===================================================================
--- users/ryandesign/minivmac/files/attach.exp	2008-05-14 11:34:23 UTC (rev 36771)
+++ users/ryandesign/minivmac/files/attach.exp	2008-05-14 11:40:05 UTC (rev 36772)
@@ -6,7 +6,7 @@
 	set flag "-readonly"
 }
 
-spawn hdiutil attach "[lindex $argv 0]" -mountpoint "[lindex $argv 1]" -private -nobrowse -noautoopen -noautofsck $flag
+spawn hdiutil attach "[lindex $argv 0]" -mountpoint "[lindex $argv 1]" -private -nobrowse -noautoopen -noautofsck -ignorebadchecksums $flag
 
 expect {
 	"Software License" {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080514/3070f3b6/attachment.html


More information about the macports-changes mailing list