[PATCH modular 03/13] build.sh: allow user to specify an alternate bin directory

Trevor Woerner twoerner at gmail.com
Wed Dec 29 19:21:18 PST 2010


On Wed, Dec 29, 2010 at 9:58 PM, Gaetan Nadon <memsize at videotron.ca> wrote:
> isn't it ${BINDIR:-$EPREFIX/bin} ?

These types of shell tests check whether or not the first value is
unset or null, "omitting the colon results in a test only for a
parameter that is unset". So what I'm saying is you can set BINDIR to
"" and the script will still use that value (I'll let you choose to
have a blank BINDIR). Maybe that doesn't make sense?

CAVEAT: we should probably check with the Solaris guys to verify this
works in their shell? But I'm assuming it will because the other
variables are using something similar.


More information about the xorg-devel mailing list