summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xwininfo/.footprint7
-rw-r--r--xorg/xorg-xwininfo/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg/xorg-xwininfo/.footprint b/xorg/xorg-xwininfo/.footprint
index 4d4260654..5fcf17fbe 100644
--- a/xorg/xorg-xwininfo/.footprint
+++ b/xorg/xorg-xwininfo/.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/xwininfo
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xwininfo.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/xwininfo.1.gz
diff --git a/xorg/xorg-xwininfo/Pkgfile b/xorg/xorg-xwininfo/Pkgfile
index c99efa66c..104232264 100644
--- a/xorg/xorg-xwininfo/Pkgfile
+++ b/xorg/xorg-xwininfo/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-xwininfo
version=1.0.4
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xwininfo-$version.tar.bz2)
build() {
cd xwininfo-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install