From 5d2ed547d9338e6284e337eb7fcb6c02c6b9d06a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 17 Jul 2021 21:27:48 +0300 Subject: [PATCH] dhcpcd: update for new env --- extra/dhcpcd/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/dhcpcd/build b/extra/dhcpcd/build index ed111cf4..3c49d7d3 100755 --- a/extra/dhcpcd/build +++ b/extra/dhcpcd/build @@ -8,7 +8,7 @@ --libexecdir=/usr/lib/dhcpcd make -make DESTDIR="$1" install +make install # Install runit service. mkdir -p "$1/etc/sv/dhcpcd"