[101925] trunk/dports/python/py-pow/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 21 20:38:40 PST 2013


Revision: 101925
          https://trac.macports.org/changeset/101925
Author:   ryandesign at macports.org
Date:     2013-01-21 20:38:39 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
py-pow: use 'system -W' instead of 'system "cd"'

Modified Paths:
--------------
    trunk/dports/python/py-pow/Portfile

Modified: trunk/dports/python/py-pow/Portfile
===================================================================
--- trunk/dports/python/py-pow/Portfile	2013-01-22 04:36:24 UTC (rev 101924)
+++ trunk/dports/python/py-pow/Portfile	2013-01-22 04:38:39 UTC (rev 101925)
@@ -30,7 +30,7 @@
                     CC=${configure.cc}
 
     pre-test	{
-        system "cd ${worksrcpath} && ln -sf build/lib*/POW"
+        system -W ${worksrcpath} "ln -sf build/lib*/POW"
     }
     test.run	no
     test.cmd	${python.bin} test/test.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/f411564c/attachment-0001.html>


More information about the macports-changes mailing list