comparison x11/xf86-input-libinput/xf86-input-libinput.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
44 LDFLAGS="$LDFLAGS" \ 44 LDFLAGS="$LDFLAGS" \
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ./configure \ 46 ./configure \
47 --build=$CBUILD \ 47 --build=$CBUILD \
48 --host=$CHOST \ 48 --host=$CHOST \
49 --prefix=/ 49 --prefix=
50 make 50 make
51 make install DESTDIR=$DESTDIR 51 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/lib/xorg/modules/input/libinput_drv.la 52 rm -f $DESTDIR/lib/xorg/modules/input/libinput_drv.la
53 53
54 popd 54 popd