comparison security/sudo/sudo.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 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
59 LDFLAGS="$LDFLAGS" \ 59 LDFLAGS="$LDFLAGS" \
60 LIBS="$LIBS" \ 60 LIBS="$LIBS" \
61 ./configure \ 61 ./configure \
62 --build=$CBUILD \ 62 --build=$CBUILD \
63 --host=$CHOST \ 63 --host=$CHOST \
64 --prefix= \ 64 --prefix=/usr \
65 --sbindir=/bin \ 65 --sbindir=/bin \
66 $with_nls \ 66 $with_nls \
67 $with_pam 67 $with_pam
68 make 68 make
69 make install DESTDIR=$DESTDIR 69 make install DESTDIR=$DESTDIR