summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-10 14:03:59 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-10 14:03:59 +0100
commit6ec9b53a70afb706e991cb88b25f489d5a65bdd9 (patch)
tree639a18b2d8de5ea5e2944e068d50a18bf8c31831 /xorg
parentd6b41e54c161d7e873345c0ad9eb8c560e98241e (diff)
downloadnutyx-extra-6ec9b53a70afb706e991cb88b25f489d5a65bdd9.tar.gz
nutyx-extra-6ec9b53a70afb706e991cb88b25f489d5a65bdd9.tar.bz2
nutyx-extra-6ec9b53a70afb706e991cb88b25f489d5a65bdd9.tar.xz
nutyx-extra-6ec9b53a70afb706e991cb88b25f489d5a65bdd9.zip
Maj xorg-xrdb#1.0.5-2, maj man
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xrdb/.footprint7
-rw-r--r--xorg/xorg-xrdb/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg/xorg-xrdb/.footprint b/xorg/xorg-xrdb/.footprint
index d2e34046b..dea6d4ca6 100644
--- a/xorg/xorg-xrdb/.footprint
+++ b/xorg/xorg-xrdb/.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/xrdb
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xrdb.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/xrdb.1.gz
diff --git a/xorg/xorg-xrdb/Pkgfile b/xorg/xorg-xrdb/Pkgfile
index d8fb81ab3..37a1b2432 100644
--- a/xorg/xorg-xrdb/Pkgfile
+++ b/xorg/xorg-xrdb/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-xrdb
version=1.0.5
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xrdb-$version.tar.bz2)
build() {
cd xrdb-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install