comparison core/sed/sed.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
56 LDFLAGS="$LDFLAGS" \ 56 LDFLAGS="$LDFLAGS" \
57 LIBS="$LIBS" \ 57 LIBS="$LIBS" \
58 ./configure \ 58 ./configure \
59 --build=$CBUILD \ 59 --build=$CBUILD \
60 --host=$CHOST \ 60 --host=$CHOST \
61 --prefix=/ \ 61 --prefix= \
62 $with_acl \ 62 $with_acl \
63 $with_nls 63 $with_nls
64 make 64 make
65 make install DESTDIR=$DESTDIR 65 make install DESTDIR=$DESTDIR
66 66