diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-input-evdev/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-evdev/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xf86-input-evdev/.footprint b/xorg/xorg-xf86-input-evdev/.footprint index 3d3b5936d..bddbdcd97 100644 --- a/xorg/xorg-xf86-input-evdev/.footprint +++ b/xorg/xorg-xf86-input-evdev/.footprint @@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/input/ -rwxr-xr-x root/root usr/lib/xorg/modules/input/evdev_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/evdev_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/evdev.4 +drwxr-xr-x root/root usr/share/ +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 diff --git a/xorg/xorg-xf86-input-evdev/Pkgfile b/xorg/xorg-xf86-input-evdev/Pkgfile index 5ebdc30d5..77d75fe3a 100644 --- a/xorg/xorg-xf86-input-evdev/Pkgfile +++ b/xorg/xorg-xf86-input-evdev/Pkgfile @@ -1,6 +1,7 @@ # Description: xorg driver xf86-input-evdev # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-server name=xorg-xf86-input-evdev @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev- build() { cd xf86-input-evdev-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |