[32758] trunk/dports/gnustep/gworkspace/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 00:42:50 PST 2008


Revision: 32758
          http://trac.macosforge.org/projects/macports/changeset/32758
Author:   ryandesign at macports.org
Date:     2008-01-13 00:42:49 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
gworkspace: no longer use the deprecated 'cd' command

Modified Paths:
--------------
    trunk/dports/gnustep/gworkspace/Portfile

Modified: trunk/dports/gnustep/gworkspace/Portfile
===================================================================
--- trunk/dports/gnustep/gworkspace/Portfile	2008-01-13 08:39:38 UTC (rev 32757)
+++ trunk/dports/gnustep/gworkspace/Portfile	2008-01-13 08:42:49 UTC (rev 32758)
@@ -34,8 +34,7 @@
 
 post-destroot {
     xinstall -d ${destroot}${prefix}/GNUstep/Local/Applications
-    cd ${worksrcpath}/Apps_wrappers
-    system "cp -R *.app ${destroot}${prefix}/GNUstep/Local/Applications"
+    system "cd ${worksrcpath}/Apps_wrappers && cp -R *.app ${destroot}${prefix}/GNUstep/Local/Applications"
 }
 
 variant with_pdfkit {

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


More information about the macports-changes mailing list