forked from kiss-community/repo
dhcpcd: remove usage of install
This commit is contained in:
parent
6871129bec
commit
b100d0a2bb
@ -11,5 +11,6 @@ make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Install runit service.
|
||||
install -Dm 755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
|
||||
ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise"
|
||||
mkdir -p "$1/etc/sv/dhcpcd"
|
||||
cp -f dhcpcd.run "$1/etc/sv/dhcpcd/run"
|
||||
ln -sf /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise"
|
||||
|
Loading…
Reference in New Issue
Block a user