[29990] trunk/dports/graphics/gimp-user-manual/Portfile

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


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

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

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

Modified: trunk/dports/graphics/gimp-user-manual/Portfile
===================================================================
--- trunk/dports/graphics/gimp-user-manual/Portfile	2007-10-17 12:56:19 UTC (rev 29989)
+++ trunk/dports/graphics/gimp-user-manual/Portfile	2007-10-17 12:56:51 UTC (rev 29990)
@@ -29,8 +29,8 @@
     extract         {}
     use_configure   no
     destroot {
-        cd ${destroot}${prefix}/share
-        system "tar jvxf ${distpath}/${distfiles}"
+        system "cd ${destroot}${prefix}/share &&
+            tar jvxf ${distpath}/${distfiles}"
     }
 }
 

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


More information about the macports-changes mailing list