diff security/shadow/shadow.sh @ 536:adaa1ae0fe9d

security: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:22:00 +0200
parents e26b9aeac296
children bad483aace64
line wrap: on
line diff
--- a/security/shadow/shadow.sh	Wed Apr 10 20:20:00 2019 +0200
+++ b/security/shadow/shadow.sh	Wed Apr 10 20:22:00 2019 +0200
@@ -89,10 +89,9 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
-		--bindir=/usr/bin \
-		--sbindir=/usr/sbin \
-		--sysconfdir=/etc \
+		--prefix=/ \
+		--bindir=/bin \
+		--sbindir=/bin \
 		--without-audit \
 		--without-tcb \
 		--without-libcrack \