nixpkgs/pkgs/tools/networking/dhcp-wrapper/builder.sh

6 lines
145 B
Bash
Raw Normal View History

. $stdenv/setup
. $makeWrapper
makeWrapper "$dhcp/sbin/dhclient" "$out/sbin/dhclient" \
--set PATH_DHCLIENT_SCRIPT "$dhcp/sbin/dhclient-script"