[22183] trunk/dports/lang/g-wrap/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 20 19:11:25 PST 2007


Revision: 22183
          http://trac.macosforge.org/projects/macports/changeset/22183
Author:   pipping at macports.org
Date:     2007-02-20 19:11:25 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
 * fix problem introduced through riddance of system calls

Modified Paths:
--------------
    trunk/dports/lang/g-wrap/Portfile

Modified: trunk/dports/lang/g-wrap/Portfile
===================================================================
--- trunk/dports/lang/g-wrap/Portfile	2007-02-21 01:47:12 UTC (rev 22182)
+++ trunk/dports/lang/g-wrap/Portfile	2007-02-21 03:11:25 UTC (rev 22183)
@@ -20,8 +20,11 @@
 		port:glib1
 
 post-destroot {
-	xinstall -d ${destroot}${prefix}/share/info
-	file rename ${destroot}${prefix}/info/* ${destroot}${prefix}/share/info
+    cd ${destroot}${prefix}/info/
+	xinstall -d ../share/info
+    foreach info [glob *] {
+        file rename $info ../share/info/
+    }
 	delete ${destroot}${prefix}/info
 	delete ${destroot}${prefix}/share/man
 }

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


More information about the macports-changes mailing list