comparison x11/mkfontscale/mkfontscale.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents cacbd9d3d3a8
children e1b73f64408d
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
54 LDFLAGS="$LDFLAGS" \ 54 LDFLAGS="$LDFLAGS" \
55 LIBS="$LIBS" \ 55 LIBS="$LIBS" \
56 ./configure \ 56 ./configure \
57 --build=$CBUILD \ 57 --build=$CBUILD \
58 --host=$CHOST \ 58 --host=$CHOST \
59 --prefix=/ \ 59 --prefix= \
60 $with_bzip2 60 $with_bzip2
61 make 61 make
62 make install DESTDIR=$DESTDIR 62 make install DESTDIR=$DESTDIR
63 63
64 popd 64 popd