[29542] trunk/dports/graphics/gimp-gap/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 27 16:03:30 PDT 2007


Revision: 29542
          http://trac.macosforge.org/projects/macports/changeset/29542
Author:   yves at macports.org
Date:     2007-09-27 16:03:30 -0700 (Thu, 27 Sep 2007)

Log Message:
-----------
 remove cd command

Modified Paths:
--------------
    trunk/dports/graphics/gimp-gap/Portfile

Modified: trunk/dports/graphics/gimp-gap/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap/Portfile	2007-09-27 21:57:36 UTC (rev 29541)
+++ trunk/dports/graphics/gimp-gap/Portfile	2007-09-27 23:03:30 UTC (rev 29542)
@@ -36,10 +36,9 @@
 }
 
 post-destroot {
-    cd ${worksrcpath}/docs
     foreach dir {howto reference} {
         xinstall -d ${destroot}${prefix}/share/${name}/$dir
-        foreach txt [glob -d $dir/txt *.txt] {
+        foreach txt [glob -d ${worksrcpath}/docs/$dir/txt *.txt] {
             xinstall -m 644 $txt ${destroot}${prefix}/share/${name}/$dir
         }
     }

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


More information about the macports-changes mailing list