diff network/dhcpcd/dhcpcd.sh @ 533:9f90de3d806f

network: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:16:00 +0200
parents 5298f6a3f180
children bad483aace64
line wrap: on
line diff
--- a/network/dhcpcd/dhcpcd.sh	Wed Apr 10 20:14:00 2019 +0200
+++ b/network/dhcpcd/dhcpcd.sh	Wed Apr 10 20:16:00 2019 +0200
@@ -26,7 +26,6 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CTARGET:=$(uname -m)-linux-musl}
 : ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
@@ -46,9 +45,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--target=$CTARGET \
-		--prefix=/usr \
-		--sysconfdir=/etc \
+		--prefix=/ \
 		--disable-static \
 		--enable-shared
 	make