diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
commit | b77ec6cefeec732ca2c80a34dcf93d55a6894899 (patch) | |
tree | d8d55eb532aaa22760727da420940707e13d68ab /xorg-xvinfo | |
parent | 0fa9021cd740f3a6870b637c637e5cd5f60ec9fb (diff) | |
download | xorg-b77ec6cefeec732ca2c80a34dcf93d55a6894899.tar.gz xorg-b77ec6cefeec732ca2c80a34dcf93d55a6894899.tar.xz |
xorg-xvinfo: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xvinfo')
-rw-r--r-- | xorg-xvinfo/.footprint | 7 | ||||
-rw-r--r-- | 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 |