dhcpcd: Drop privsepuser auto detection

This commit is contained in:
Dylan Araps 2020-04-24 18:51:48 +03:00
parent af3a734066
commit 9f638a04ff
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc \
--rundir=/run
--rundir=/run \
--privsepuser=root
make
make DESTDIR="$1" install