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 | 74b9c32f5092cc33ac382ade9f7ac39d734a02ad (patch) | |
tree | 64ed53b846d8ab96792da679f9f5dfbbc0d2adc7 /xorg-xkbcomp | |
parent | 470b5a3c1084a515c5b7c5a714d9f63700e3aa3e (diff) | |
download | xorg-74b9c32f5092cc33ac382ade9f7ac39d734a02ad.tar.gz xorg-74b9c32f5092cc33ac382ade9f7ac39d734a02ad.tar.xz |
xorg-xkbcomp: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xkbcomp')
-rw-r--r-- | xorg-xkbcomp/.footprint | 7 | ||||
-rw-r--r-- | xorg-xkbcomp/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xkbcomp/.footprint b/xorg-xkbcomp/.footprint index d915a2b1..1210454e 100644 --- a/xorg-xkbcomp/.footprint +++ b/xorg-xkbcomp/.footprint @@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xkbcomp.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xkbcomp.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/xkbcomp.1.gz diff --git a/xorg-xkbcomp/Pkgfile b/xorg-xkbcomp/Pkgfile index 2658ba9e..84723efc 100644 --- a/xorg-xkbcomp/Pkgfile +++ b/xorg-xkbcomp/Pkgfile @@ -5,13 +5,13 @@ name=xorg-xkbcomp version=1.3.0 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2) build() { cd xkbcomp-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |