diff options
-rw-r--r-- | xorg/xorg-rendercheck/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-rendercheck/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-rendercheck/.footprint b/xorg/xorg-rendercheck/.footprint index 46d22b9c4..3c4e3fd02 100644 --- a/xorg/xorg-rendercheck/.footprint +++ b/xorg/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/xorg-rendercheck/Pkgfile b/xorg/xorg-rendercheck/Pkgfile index a728de008..08e37b5bc 100644 --- a/xorg/xorg-rendercheck/Pkgfile +++ b/xorg/xorg-rendercheck/Pkgfile @@ -1,6 +1,7 @@ # Description: Test suite for the Render extension # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxrender name=xorg-rendercheck @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/rendercheck-$version build() { cd rendercheck-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |