comparison core/acl/acl.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
50 LDFLAGS="$LDFLAGS" \ 50 LDFLAGS="$LDFLAGS" \
51 LIBS="$LIBS" \ 51 LIBS="$LIBS" \
52 ./configure \ 52 ./configure \
53 --build=$CBUILD \ 53 --build=$CBUILD \
54 --host=$CHOST \ 54 --host=$CHOST \
55 --prefix= \ 55 --prefix=/usr \
56 --enable-shared \ 56 --enable-shared \
57 $with_nls 57 $with_nls
58 make 58 make
59 make install DESTDIR=$DESTDIR 59 make install DESTDIR=$DESTDIR
60 find $DESTDIR -type f -name "*.la" -delete 60 find $DESTDIR -type f -name "*.la" -delete