summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
committerMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
commit2d26018436be8b72c4e0b83b20ef7c70b590c931 (patch)
tree8b109526d7056cc621aabdf51abacc64ec44d8f6
parentb9a0a95060439be7ccad8887020cdf70a3d5f3ec (diff)
downloadxorg-2d26018436be8b72c4e0b83b20ef7c70b590c931.tar.gz
xorg-2d26018436be8b72c4e0b83b20ef7c70b590c931.tar.xz
xorg-xauth: moved man pages to /usr/share/man
-rw-r--r--xorg-xauth/.footprint7
-rw-r--r--xorg-xauth/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xauth/.footprint b/xorg-xauth/.footprint
index 87ce1553..44a989de 100644
--- a/xorg-xauth/.footprint
+++ b/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.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/xauth.1.gz
diff --git a/xorg-xauth/Pkgfile b/xorg-xauth/Pkgfile
index 46240ba2..d3ec8129 100644
--- a/xorg-xauth/Pkgfile
+++ b/xorg-xauth/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-xauth
version=1.0.9
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.bz2)
build() {
cd xauth-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit