comparison gnu/sharutils/sharutils.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 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
52 LDFLAGS="$LDFLAGS" \ 52 LDFLAGS="$LDFLAGS" \
53 LIBS="$LIBS" \ 53 LIBS="$LIBS" \
54 ./configure \ 54 ./configure \
55 --build=$CBUILD \ 55 --build=$CBUILD \
56 --host=$CHOST \ 56 --host=$CHOST \
57 --prefix= \ 57 --prefix=/usr \
58 $with_nls 58 $with_nls
59 make 59 make
60 make install DESTDIR=$DESTDIR 60 make install DESTDIR=$DESTDIR
61 61
62 cd .. 62 cd ..