comparison gnu/parted/parted.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
57 LDFLAGS="$LDFLAGS" \ 57 LDFLAGS="$LDFLAGS" \
58 LIBS="$LIBS" \ 58 LIBS="$LIBS" \
59 ./configure \ 59 ./configure \
60 --build=$CBUILD \ 60 --build=$CBUILD \
61 --host=$CHOST \ 61 --host=$CHOST \
62 --prefix= \ 62 --prefix=/usr \
63 --sbindir=/bin \ 63 --sbindir=/bin \
64 $with_completion \ 64 $with_completion \
65 $with_nls 65 $with_nls
66 make 66 make
67 make install DESTDIR=$DESTDIR 67 make install DESTDIR=$DESTDIR