comparison core/less/less.sh @ 147:605b4a7b264a

vanilla: general cleanup
author David Demelier <markand@malikania.fr>
date Mon, 11 Mar 2019 20:36:00 +0100
parents e737b80da269
children bdad6c7981e7
comparison
equal deleted inserted replaced
146:5bda5dfeb875 147:605b4a7b264a
39 CC="$CC" \ 39 CC="$CC" \
40 CFLAGS="$CFLAGS" \ 40 CFLAGS="$CFLAGS" \
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=${CBUILD} \ 44 --build=$CBUILD \
45 --host=${CHOST} \ 45 --host=$CHOST \
46 --prefix=/usr \ 46 --prefix=/usr \
47 --sysconfdir=/etc \ 47 --sysconfdir=/etc \
48 --with-regex=pcre 48 --with-regex=pcre
49 make 49 make
50 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR