[30956] trunk/dports/python/py25-libxslt/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Nov 12 02:24:46 PST 2007
Revision: 30956
http://trac.macosforge.org/projects/macports/changeset/30956
Author: rhwood at macports.org
Date: 2007-11-12 02:24:46 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
Remove cd command
Modified Paths:
--------------
trunk/dports/python/py25-libxslt/Portfile
Modified: trunk/dports/python/py25-libxslt/Portfile
===================================================================
--- trunk/dports/python/py25-libxslt/Portfile 2007-11-12 10:22:39 UTC (rev 30955)
+++ trunk/dports/python/py25-libxslt/Portfile 2007-11-12 10:24:46 UTC (rev 30956)
@@ -30,8 +30,7 @@
post-destroot {
# strip out anything not related to libxslt, so py-libxml2 doesn't conflict
# with py-libxml2
- cd ${destroot}
- fs-traverse file . {
+ fs-traverse file ${destroot} {
if {[file isfile ${file}]} {
if {![string match "*xslt*" ${file}]} {
file delete ${file}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071112/5e98030e/attachment.html
More information about the macports-changes
mailing list