xorg-xf86-input-evdev: install 10-evdev.conf

This commit is contained in:
Fredrik Rinnestam 2015-11-09 23:08:42 +01:00
parent 2374ef26e2
commit 459857d43f
2 changed files with 2 additions and 4 deletions

View File

@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/lib/xorg/modules/input/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/xorg.conf.d/
-rw-r--r-- root/root usr/share/X11/xorg.conf.d/10-evdev.conf
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
-rw-r--r-- root/root usr/share/man/man4/evdev.4.gz

View File

@ -5,7 +5,7 @@
name=xorg-xf86-input-evdev
version=2.10.0
release=1
release=2
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-$version.tar.bz2)
build() {
@ -16,7 +16,4 @@ build() {
make
make DESTDIR=$PKG install
# already installed by xorg-server
rm $PKG/usr/share/X11/xorg.conf.d/10-evdev.conf
}