bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MacOS X 10.4.10 and Bash 3.2


From: Andreas Schwab
Subject: Re: MacOS X 10.4.10 and Bash 3.2
Date: Sat, 30 Jun 2007 19:46:18 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.97 (gnu/linux)

"Scott Dalton" <secahtah@gmail.com> writes:

> Notice how it is sticking an extra "/bin/" in there (third and fourth
> lines down).

This is as expected.  bindir is defined as $(exec_prefix)/bin, so you
get /bin/bin for bindir if exec_prefix is defined to /bin.  You either
want --bindir=/bin or --exec-prefix= (ie. empty).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]