comparison security/pinentry/pinentry.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 6710613b88b9
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
86 LDFLAGS="$LDFLAGS" \ 86 LDFLAGS="$LDFLAGS" \
87 LIBS="$LIBS" \ 87 LIBS="$LIBS" \
88 ./configure \ 88 ./configure \
89 --build=$CBUILD \ 89 --build=$CBUILD \
90 --host=$CHOST \ 90 --host=$CHOST \
91 --prefix= \ 91 --prefix=/usr \
92 --disable-pinentry-gtk2 \ 92 --disable-pinentry-gtk2 \
93 $with_fltk \ 93 $with_fltk \
94 $with_gtk \ 94 $with_gtk \
95 $with_libsecret \ 95 $with_libsecret \
96 $with_ncurses \ 96 $with_ncurses \