summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-03 22:27:14 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-03 22:27:14 +0100
commit8c36306b217599d844259e4e4b63932eced96f9b (patch)
treec923e3a2251227e2f7fc69ce7433c362f75ae390 /xorg
parent7c578bc328b15dc321a829aed07dc18d79e8fd31 (diff)
downloadnutyx-extra-8c36306b217599d844259e4e4b63932eced96f9b.tar.gz
nutyx-extra-8c36306b217599d844259e4e4b63932eced96f9b.tar.bz2
nutyx-extra-8c36306b217599d844259e4e4b63932eced96f9b.tar.xz
nutyx-extra-8c36306b217599d844259e4e4b63932eced96f9b.zip
xorg-xhost, maj dossier manpage
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xhost/.footprint7
-rw-r--r--xorg/xorg-xhost/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg/xorg-xhost/.footprint b/xorg/xorg-xhost/.footprint
index 827f44ee5..696f5ac98 100644
--- a/xorg/xorg-xhost/.footprint
+++ b/xorg/xorg-xhost/.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/xhost
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xhost.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/xhost.1.gz
diff --git a/xorg/xorg-xhost/Pkgfile b/xorg/xorg-xhost/Pkgfile
index c18482ebb..0e42e8b82 100644
--- a/xorg/xorg-xhost/Pkgfile
+++ b/xorg/xorg-xhost/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-xhost
version=1.0.2
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2)
build() {
cd xhost-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install