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 | bd3ff8f7c59b890fd2bae2fef66bf1554548f6cc (patch) | |
tree | baeeaa233f06e6cd53e09605ae2475f5ecf20f6b /xorg-xdpyinfo | |
parent | a74230174390e6d442971a7e6f34c725e7225440 (diff) | |
download | xorg-bd3ff8f7c59b890fd2bae2fef66bf1554548f6cc.tar.gz xorg-bd3ff8f7c59b890fd2bae2fef66bf1554548f6cc.tar.xz |
xorg-xdpyinfo: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xdpyinfo')
-rw-r--r-- | xorg-xdpyinfo/.footprint | 7 | ||||
-rw-r--r-- | xorg-xdpyinfo/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xdpyinfo/.footprint b/xorg-xdpyinfo/.footprint index 49937124..43d26187 100644 --- a/xorg-xdpyinfo/.footprint +++ b/xorg-xdpyinfo/.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/xdpyinfo -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xdpyinfo.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/xdpyinfo.1.gz diff --git a/xorg-xdpyinfo/Pkgfile b/xorg-xdpyinfo/Pkgfile index b4ddd134..e54f929f 100644 --- a/xorg-xdpyinfo/Pkgfile +++ b/xorg-xdpyinfo/Pkgfile @@ -5,13 +5,13 @@ name=xorg-xdpyinfo version=1.3.2 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-$version.tar.bz2) build() { cd xdpyinfo-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |