comparison gnu/make/make.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
66 LDFLAGS="$LDFLAGS" \ 66 LDFLAGS="$LDFLAGS" \
67 LIBS="$LIBS" \ 67 LIBS="$LIBS" \
68 ./configure \ 68 ./configure \
69 --build=$CBUILD \ 69 --build=$CBUILD \
70 --host=$CHOST \ 70 --host=$CHOST \
71 --prefix= \ 71 --prefix=/usr \
72 $with_guile \ 72 $with_guile \
73 $with_nls 73 $with_nls
74 make 74 make
75 make install DESTDIR=$DESTDIR 75 make install DESTDIR=$DESTDIR
76 76