comparison core/sed/sed.sh @ 516:014d018468fb

core: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:22:00 +0200
parents 515778c3a417
children bad483aace64
comparison
equal deleted inserted replaced
515:030ebf8e0a69 516:014d018468fb
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=/usr \ 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