[Xquartz-changes] [519] tinderbox/tinderbox_test.sh

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 24 13:46:27 PDT 2011


Revision: 519
          http://trac.macosforge.org/projects/xquartz/changeset/519
Author:   jeremyhu at freedesktop.org
Date:     2011-03-24 13:46:27 -0700 (Thu, 24 Mar 2011)
Log Message:
-----------
consolidate PATH setting

Modified Paths:
--------------
    tinderbox/tinderbox_test.sh

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-03-24 02:24:25 UTC (rev 518)
+++ tinderbox/tinderbox_test.sh	2011-03-24 20:46:27 UTC (rev 519)
@@ -12,6 +12,10 @@
 JHBUILDRC="jhbuildrc.linux"
 JHBUILD="jhbuild"
 
+[[ -d /usr/local/bin ]] && PATH="/usr/local/bin:${PATH}"
+[[ -d /opt/local/bin ]] && PATH="/opt/local/bin:${PATH}"
+[[ -d /opt/llvm/bin ]] && PATH="/opt/llvm/bin:${PATH}"
+
 case $CONFIG in
   yuffie)
     . /etc/profile
@@ -21,7 +25,6 @@
     . ${HOME}/src/strip.sh
 
     unset CFLAGS OBJCFLAGS CPPFLAGS LDFLAGS C_INCLUDE_PATH OBJC_INCLUDE_PATH CPLUS_INCLUDE_PATH PKG_CONFIG_PATH
-    PATH="/opt/local/bin:${PATH}"
 
     URL="http://jeremyhu-yuffie:xQUGcg@tinderbox.x.org/builds/rpc"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110324/9c92932e/attachment.html>


More information about the Xquartz-changes mailing list