[59182] trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
blb at macports.org
blb at macports.org
Sun Oct 11 01:07:04 PDT 2009
Revision: 59182
http://trac.macports.org/changeset/59182
Author: blb at macports.org
Date: 2009-10-11 01:07:03 -0700 (Sun, 11 Oct 2009)
Log Message:
-----------
group/archcheck-1.0.tcl - fix typo
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
Modified: trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-10-11 08:06:12 UTC (rev 59181)
+++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-10-11 08:07:03 UTC (rev 59182)
@@ -56,7 +56,7 @@
set file [file join ${prefix} ${file}]
}
set file_archs [string trim [strsed [exec lipo -info ${file}] {s/.*://}]]
- set file_archs [string map {ppc7400 ppc}] ${file_archs}
+ set file_archs [string map {ppc7400 ppc} ${file_archs}]
foreach requested_arch ${requested_archs} {
if {-1 == [string first " ${requested_arch} " " ${file_archs} "]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091011/7291956c/attachment.html>
More information about the macports-changes
mailing list