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