summaryrefslogtreecommitdiff
path: root/xorg-iceauth
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
commit8598c5326b57b16a25aba95f064159259524edb6 (patch)
tree387ac20dd48e684eb6a88cc3fca652d98bafe921 /xorg-iceauth
parent2f88a1b5c4b927853d7523cf5a54312d19c8700a (diff)
downloadxorg-8598c5326b57b16a25aba95f064159259524edb6.tar.gz
xorg-8598c5326b57b16a25aba95f064159259524edb6.tar.xz
xorg-iceauth: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-iceauth')
-rw-r--r--xorg-iceauth/.footprint7
-rw-r--r--xorg-iceauth/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-iceauth/.footprint b/xorg-iceauth/.footprint
index 41ed62b8..176983bc 100644
--- a/xorg-iceauth/.footprint
+++ b/xorg-iceauth/.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/iceauth
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/iceauth.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/iceauth.1.gz
diff --git a/xorg-iceauth/Pkgfile b/xorg-iceauth/Pkgfile
index fddab071..7f399657 100644
--- a/xorg-iceauth/Pkgfile
+++ b/xorg-iceauth/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-iceauth
version=1.0.7
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2)
build() {
cd iceauth-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit