comparison 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
comparison
equal deleted inserted replaced
535:830d949b71a6 536:adaa1ae0fe9d
87 LDFLAGS="$LDFLAGS" \ 87 LDFLAGS="$LDFLAGS" \
88 LIBS="$LIBS" \ 88 LIBS="$LIBS" \
89 ./configure \ 89 ./configure \
90 --build=$CBUILD \ 90 --build=$CBUILD \
91 --host=$CHOST \ 91 --host=$CHOST \
92 --prefix=/usr \ 92 --prefix=/ \
93 --bindir=/usr/bin \ 93 --bindir=/bin \
94 --sbindir=/usr/sbin \ 94 --sbindir=/bin \
95 --sysconfdir=/etc \
96 --without-audit \ 95 --without-audit \
97 --without-tcb \ 96 --without-tcb \
98 --without-libcrack \ 97 --without-libcrack \
99 --disable-static \ 98 --disable-static \
100 --enable-shared \ 99 --enable-shared \