summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xauth
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xauth')
-rw-r--r--xorg/xorg-xauth/.footprint7
-rw-r--r--xorg/xorg-xauth/Pkgfile5
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xauth/.footprint b/xorg/xorg-xauth/.footprint
index 0756a7a89..44a989dec 100644
--- a/xorg/xorg-xauth/.footprint
+++ b/xorg/xorg-xauth/.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/xauth
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xauth.1
+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/xauth.1.gz
diff --git a/xorg/xorg-xauth/Pkgfile b/xorg/xorg-xauth/Pkgfile
index c5b02e310..254913183 100644
--- a/xorg/xorg-xauth/Pkgfile
+++ b/xorg/xorg-xauth/Pkgfile
@@ -1,6 +1,7 @@
# Description: X authority file utility
# 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-xauth
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.b
build() {
cd xauth-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install