[29989] trunk/dports/graphics/gimp/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 17 05:56:19 PDT 2007


Revision: 29989
          http://trac.macosforge.org/projects/macports/changeset/29989
Author:   yves at macports.org
Date:     2007-10-17 05:56:19 -0700 (Wed, 17 Oct 2007)

Log Message:
-----------
Remove cd command

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

Modified: trunk/dports/graphics/gimp/Portfile
===================================================================
--- trunk/dports/graphics/gimp/Portfile	2007-10-17 12:54:20 UTC (rev 29988)
+++ trunk/dports/graphics/gimp/Portfile	2007-10-17 12:56:19 UTC (rev 29989)
@@ -40,10 +40,11 @@
 
 destroot {
     xinstall -d ${destroot}${prefix}/share/gimp/2.0/themes/Nodoka
-    cd ${destroot}${prefix}/share/gimp/2.0/themes/Nodoka
-    ln -s ${prefix}/share/themes/Nodoka/gtk-2.0/gtkrc
+    system "cd ${destroot}${prefix}/share/gimp/2.0/themes/Nodoka &&
+        ln -s ${prefix}/share/themes/Nodoka/gtk-2.0/gtkrc"
 }
 
 variant animation description "Include the Gimp Animation Package (gimp-gap)." {
     depends_lib-append  port:gimp-gap
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071017/5689bacf/attachment-0001.html


More information about the macports-changes mailing list