2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

dhcpcd: remove usage of install

This commit is contained in:
Dylan Araps 2021-07-01 16:27:32 +00:00
parent 6871129bec
commit b100d0a2bb
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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"