[98737] trunk/base/src/registry2.0/portimage.tcl
jmr at macports.org
jmr at macports.org
Sat Oct 13 23:04:57 PDT 2012
Revision: 98737
http://trac.macports.org//changeset/98737
Author: jmr at macports.org
Date: 2012-10-13 23:04:57 -0700 (Sat, 13 Oct 2012)
Log Message:
-----------
revert r98734 due to regressions
Revision Links:
--------------
http://trac.macports.org//changeset/98734
Modified Paths:
--------------
trunk/base/src/registry2.0/portimage.tcl
Modified: trunk/base/src/registry2.0/portimage.tcl
===================================================================
--- trunk/base/src/registry2.0/portimage.tcl 2012-10-14 02:38:07 UTC (rev 98736)
+++ trunk/base/src/registry2.0/portimage.tcl 2012-10-14 06:04:57 UTC (rev 98737)
@@ -280,12 +280,7 @@
}
default {
ui_debug "activating file: $dstfile"
- if {${macports::os_platform} == "darwin" && ${macports::os_major} >= 10 && [::file type $srcfile] != "link"} {
- system "ditto --hfsCompression '${srcfile}' '${dstfile}'"
- ::file delete -- $srcfile
- } else {
- ::file rename $srcfile $dstfile
- }
+ ::file rename $srcfile $dstfile
return 1
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121013/7fc7528d/attachment.html>
More information about the macports-changes
mailing list