comparison x11/xf86-input-libinput/xf86-input-libinput.sh @ 541:cacbd9d3d3a8

x11: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:30:00 +0200
parents 2416430cff0b
children bad483aace64
comparison
equal deleted inserted replaced
540:55d07eb631e4 541:cacbd9d3d3a8
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=/usr 49 --prefix=/
50 make 50 make
51 make install DESTDIR=$DESTDIR 51 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/usr/lib/xorg/modules/input/libinput_drv.la 52 rm -f $DESTDIR/lib/xorg/modules/input/libinput_drv.la
53 53
54 popd 54 popd
55 rm -rf $PKGNAME-$PKGVERSION 55 rm -rf $PKGNAME-$PKGVERSION
56 } 56 }