comparison x11/xkeyboard-config/xkeyboard-config.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 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
50 LDFLAGS="$LDFLAGS" \ 50 LDFLAGS="$LDFLAGS" \
51 LIBS="$LIBS" \ 51 LIBS="$LIBS" \
52 ./configure \ 52 ./configure \
53 --build=$CBUILD \ 53 --build=$CBUILD \
54 --host=$CHOST \ 54 --host=$CHOST \
55 --prefix=/ \ 55 --prefix= \
56 $with_nls 56 $with_nls
57 make 57 make
58 make install pkgconfigdir=/lib/pkgconfig DESTDIR=$DESTDIR 58 make install pkgconfigdir=/lib/pkgconfig DESTDIR=$DESTDIR
59 59
60 popd 60 popd