comparison network/dhcpcd/dhcpcd.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
55 LDFLAGS="$LDFLAGS" \ 55 LDFLAGS="$LDFLAGS" \
56 LIBS="$LIBS" \ 56 LIBS="$LIBS" \
57 ./configure \ 57 ./configure \
58 --build=$CBUILD \ 58 --build=$CBUILD \
59 --host=$CHOST \ 59 --host=$CHOST \
60 --prefix= \ 60 --prefix=/usr \
61 --sbindir=/bin \ 61 --sbindir=/bin \
62 --mandir=/share/man \ 62 --mandir=/share/man \
63 --datadir=/share \ 63 --datadir=/share \
64 $with_ipv6 \ 64 $with_ipv6 \
65 $with_udev 65 $with_udev