summaryrefslogtreecommitdiff
path: root/xorg-xkill
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
commit35607286a043d6f44b042f4b92680a941bd48908 (patch)
tree0267c04a7db11de3be64caedc3259c598c381ccc /xorg-xkill
parent74b9c32f5092cc33ac382ade9f7ac39d734a02ad (diff)
downloadxorg-35607286a043d6f44b042f4b92680a941bd48908.tar.gz
xorg-35607286a043d6f44b042f4b92680a941bd48908.tar.xz
xorg-xkill: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xkill')
-rw-r--r--xorg-xkill/.footprint7
-rw-r--r--xorg-xkill/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xkill/.footprint b/xorg-xkill/.footprint
index b5e242c7..d4340a9d 100644
--- a/xorg-xkill/.footprint
+++ b/xorg-xkill/.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/xkill
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xkill.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/xkill.1.gz
diff --git a/xorg-xkill/Pkgfile b/xorg-xkill/Pkgfile
index d0aa5715..8e7f55aa 100644
--- a/xorg-xkill/Pkgfile
+++ b/xorg-xkill/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-xkill
version=1.0.4
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xkill-$version.tar.bz2)
build() {
cd xkill-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit