82e678362f
svn path=/nixpkgs/trunk/; revision=4335
6 lines
155 B
Bash
6 lines
155 B
Bash
source $stdenv/setup
|
|
source $makeWrapper
|
|
|
|
makeWrapper "$dhcp/sbin/dhclient" "$out/sbin/dhclient" \
|
|
--set PATH_DHCLIENT_SCRIPT "$dhcp/sbin/dhclient-script"
|