comparison security/polkit/polkit.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 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
58 LDFLAGS="$LDFLAGS" \ 58 LDFLAGS="$LDFLAGS" \
59 LIBS="$LIBS" \ 59 LIBS="$LIBS" \
60 ./configure \ 60 ./configure \
61 --build=$CBUILD \ 61 --build=$CBUILD \
62 --host=$CHOST \ 62 --host=$CHOST \
63 --prefix= \ 63 --prefix=/usr \
64 --disable-libsystemd-login \ 64 --disable-libsystemd-login \
65 --disable-libelogind \ 65 --disable-libelogind \
66 --enable-introspection=yes \ 66 --enable-introspection=yes \
67 $with_pam 67 $with_pam
68 make 68 make