From b77ec6cefeec732ca2c80a34dcf93d55a6894899 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Wed, 12 Aug 2015 11:06:49 -0500 Subject: [PATCH] xorg-xvinfo: moved man pages to /usr/share/man --- xorg-xvinfo/.footprint | 7 ++++--- xorg-xvinfo/Pkgfile | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xorg-xvinfo/.footprint b/xorg-xvinfo/.footprint index 8f920310..ae14855c 100644 --- a/xorg-xvinfo/.footprint +++ b/xorg-xvinfo/.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/xvinfo -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xvinfo.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/xvinfo.1.gz diff --git a/xorg-xvinfo/Pkgfile b/xorg-xvinfo/Pkgfile index 8fce67f6..d4195b5b 100644 --- a/xorg-xvinfo/Pkgfile +++ b/xorg-xvinfo/Pkgfile @@ -5,13 +5,13 @@ name=xorg-xvinfo version=1.1.3 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar.bz2) build() { cd xvinfo-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install