* Hackery to get dhclient to pass PATH to dhclient-script.

svn path=/nixpkgs/trunk/; revision=7924
This commit is contained in:
Eelco Dolstra 2007-02-20 14:59:11 +00:00
parent 7f1a438ca8
commit f69d866898

View File

@ -2,6 +2,10 @@ source $stdenv/setup
export DESTDIR=$out
# Hack to prevent dhclient from overriding the PATH specified with
# '-e' on the command-line.
makeFlags="CLIENT_PATH='\"FAKE_PATH=/nothing\"'"
configurePhase=configurePhase
configurePhase() {
./configure