summaryrefslogtreecommitdiff
path: root/xorg-xprop
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
commitf4e94c5a7d32aa4d4f60739eece7bd7a24345c4d (patch)
tree1687e2ceae8f5e411a72a2baa054d84b0bfe19d0 /xorg-xprop
parentf80af9f17c4049777f8dcf9a29c5ada9d2d648fe (diff)
downloadxorg-f4e94c5a7d32aa4d4f60739eece7bd7a24345c4d.tar.gz
xorg-f4e94c5a7d32aa4d4f60739eece7bd7a24345c4d.tar.xz
xorg-xprop: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xprop')
-rw-r--r--xorg-xprop/.footprint7
-rw-r--r--xorg-xprop/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xprop/.footprint b/xorg-xprop/.footprint
index d44adc4e..82ef092a 100644
--- a/xorg-xprop/.footprint
+++ b/xorg-xprop/.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/xprop
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xprop.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/xprop.1.gz
diff --git a/xorg-xprop/Pkgfile b/xorg-xprop/Pkgfile
index dd6a6aa2..437bcb1c 100644
--- a/xorg-xprop/Pkgfile
+++ b/xorg-xprop/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-xprop
version=1.2.2
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xprop-$version.tar.bz2)
build() {
cd xprop-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit