comparison core/gawk/gawk.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 014d018468fb
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
48 LDFLAGS="$LDFLAGS" \ 48 LDFLAGS="$LDFLAGS" \
49 LIBS="$LIBS" \ 49 LIBS="$LIBS" \
50 ./configure \ 50 ./configure \
51 --build=$CBUILD \ 51 --build=$CBUILD \
52 --host=$CHOST \ 52 --host=$CHOST \
53 --prefix=/ \ 53 --prefix= \
54 $with_nls 54 $with_nls
55 make 55 make
56 make install DESTDIR=$DESTDIR 56 make install DESTDIR=$DESTDIR
57 57
58 popd 58 popd