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

Generated by cgit