[133336] trunk/dports/graphics/twain-sane/Portfile

larryv at macports.org larryv at macports.org
Thu Feb 26 09:09:42 PST 2015


Revision: 133336
          https://trac.macports.org/changeset/133336
Author:   larryv at macports.org
Date:     2015-02-26 09:09:42 -0800 (Thu, 26 Feb 2015)
Log Message:
-----------
twain-sane: Use `system -W` instead of `cd`

Modified Paths:
--------------
    trunk/dports/graphics/twain-sane/Portfile

Modified: trunk/dports/graphics/twain-sane/Portfile
===================================================================
--- trunk/dports/graphics/twain-sane/Portfile	2015-02-26 17:08:44 UTC (rev 133335)
+++ trunk/dports/graphics/twain-sane/Portfile	2015-02-26 17:09:42 UTC (rev 133336)
@@ -55,7 +55,7 @@
 
 pre-build {
     # Generate Info.plist
-    system "cd ${build.dir} && ./Info.sh > Info.plist"
+    system -W ${build.dir} {./Info.sh > Info.plist}
 }
 
 destroot.violate_mtree  yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150226/d6a9b043/attachment.html>


More information about the macports-changes mailing list