trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

/opt/trinity/bin /opt/trinity/bin

From: Darrell Anderson <humanreadable@...>
Date: Thu, 19 Jan 2012 18:00:45 -0800 (PST)
While troubleshooting the previously reported "No such file or directory" errors, I noticed many "/opt/trinity/bin" duplications in the configure files. For example:

arts/admin/acinclude.m4.in:

kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/trinity/bin /opt/trinity/bin /usr/kde/bin /usr/local/kde/bin"

arts/admin/cvs.sh:

export PATH=$PATH:/opt/trinity/bin:/opt/trinity/bin

Harmless I think, but unless there is a reason to duplicate those paths a quick sed through the GIT tree would clean everything :)

Darrell