[40252] trunk/dports/aqua/ZopeEditManager/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 27 01:37:22 PDT 2008


Revision: 40252
          http://trac.macports.org/changeset/40252
Author:   ryandesign at macports.org
Date:     2008-09-27 01:37:22 -0700 (Sat, 27 Sep 2008)
Log Message:
-----------
ZopeEditManager: fix destroot following change made in r32842

Modified Paths:
--------------
    trunk/dports/aqua/ZopeEditManager/Portfile

Modified: trunk/dports/aqua/ZopeEditManager/Portfile
===================================================================
--- trunk/dports/aqua/ZopeEditManager/Portfile	2008-09-27 08:25:39 UTC (rev 40251)
+++ trunk/dports/aqua/ZopeEditManager/Portfile	2008-09-27 08:37:22 UTC (rev 40252)
@@ -38,8 +38,8 @@
 	xinstall -d -m 0755 ${helpPath}
 	xinstall -m 0644 -W ${worksrcpath} Readme.txt Readme.html ${helpPath}
 	xinstall -d -m 0755 ${helpPath}/images
-	foreach img [glob -directory ${worksrcpath} images/*] {
-		xinstall -m 0644 $img ${helpPath}/$img
+	foreach img [glob -tails -directory ${worksrcpath} images/*] {
+		xinstall -W ${worksrcpath} -m 0644 $img ${helpPath}/$img
 	}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080927/436a07f2/attachment.html 


More information about the macports-changes mailing list