[131252] trunk/dports/lang/logtalk/Portfile

larryv at macports.org larryv at macports.org
Wed Jan 7 11:04:45 PST 2015


Revision: 131252
          https://trac.macports.org/changeset/131252
Author:   larryv at macports.org
Date:     2015-01-07 11:04:45 -0800 (Wed, 07 Jan 2015)
Log Message:
-----------
logtalk: Use 'system -W' instead of 'system "cd..." '

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

Modified: trunk/dports/lang/logtalk/Portfile
===================================================================
--- trunk/dports/lang/logtalk/Portfile	2015-01-07 19:04:43 UTC (rev 131251)
+++ trunk/dports/lang/logtalk/Portfile	2015-01-07 19:04:45 UTC (rev 131252)
@@ -43,7 +43,7 @@
 build               {}
 
 destroot {
-    system "cd ${worksrcpath}/scripts && ./install.sh ${destroot}${prefix}"
+    system -W ${worksrcpath}/scripts "./install.sh ${destroot}${prefix}"
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150107/22edd221/attachment.html>


More information about the macports-changes mailing list