diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xinput/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xinput/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xinput/.footprint b/xorg/xorg-xinput/.footprint index a0f9c7f45..7e438f424 100644 --- a/xorg/xorg-xinput/.footprint +++ b/xorg/xorg-xinput/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xinput -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xinput.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xinput.1.gz diff --git a/xorg/xorg-xinput/Pkgfile b/xorg/xorg-xinput/Pkgfile index 98d024e06..4d5ab1713 100644 --- a/xorg/xorg-xinput/Pkgfile +++ b/xorg/xorg-xinput/Pkgfile @@ -1,6 +1,7 @@ # Description: Utility to configure and test XInput devices # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch name=xorg-xinput version=1.4.2 @@ -10,7 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar. build() { cd xinput-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |