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