comparison security/libsecret/libsecret.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
65 LDFLAGS="$LDFLAGS" \ 65 LDFLAGS="$LDFLAGS" \
66 LIBS="$LIBS" \ 66 LIBS="$LIBS" \
67 ./configure \ 67 ./configure \
68 --build=$CBUILD \ 68 --build=$CBUILD \
69 --host=$CHOST \ 69 --host=$CHOST \
70 --prefix= \ 70 --prefix=/usr \
71 --enable-shared \ 71 --enable-shared \
72 $with_crypto \ 72 $with_crypto \
73 $with_vala 73 $with_vala
74 make 74 make
75 make install DESTDIR=$DESTDIR 75 make install DESTDIR=$DESTDIR