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

6 lines
155 B
Bash
Raw Normal View History

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