comparison gnu/coreutils/coreutils.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
65 LIBS="$LIBS" \ 65 LIBS="$LIBS" \
66 FORCE_UNSAFE_CONFIGURE=1 \ 66 FORCE_UNSAFE_CONFIGURE=1 \
67 ./configure \ 67 ./configure \
68 --build=$CBUILD \ 68 --build=$CBUILD \
69 --host=$CHOST \ 69 --host=$CHOST \
70 --prefix= \ 70 --prefix=/usr \
71 --enable-no-install-programs=kill,uptime \ 71 --enable-no-install-programs=kill,uptime \
72 $with_gmp \ 72 $with_gmp \
73 $with_nls \ 73 $with_nls \
74 $with_ssl 74 $with_ssl
75 make 75 make