[32852] trunk/dports/lang/gcc34/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 22:05:24 PST 2008


Revision: 32852
          http://trac.macosforge.org/projects/macports/changeset/32852
Author:   ryandesign at macports.org
Date:     2008-01-13 22:05:22 -0800 (Sun, 13 Jan 2008)

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

Modified Paths:
--------------
    trunk/dports/lang/gcc34/Portfile

Modified: trunk/dports/lang/gcc34/Portfile
===================================================================
--- trunk/dports/lang/gcc34/Portfile	2008-01-14 05:58:27 UTC (rev 32851)
+++ trunk/dports/lang/gcc34/Portfile	2008-01-14 06:05:22 UTC (rev 32852)
@@ -67,8 +67,7 @@
 
 build.target    bootstrap-lean
 
-post-destroot   { cd ${destroot}${prefix}
-		  file delete -force share/man/man7
-		  file delete -force share/info
+post-destroot   { file delete -force ${destroot}${prefix}/share/man/man7
+		  file delete -force ${destroot}${prefix}/share/info
 		}
 

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


More information about the macports-changes mailing list