xorg-setxkbmap: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent eef717e6ef
commit 20e13a715b
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/setxkbmap -rwxr-xr-x root/root usr/bin/setxkbmap
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man1/setxkbmap.1.gz drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/setxkbmap.1.gz

View File

@ -5,15 +5,14 @@
name=xorg-setxkbmap name=xorg-setxkbmap
version=1.3.1 version=1.3.1
release=1 release=2
source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.tar.bz2)
build() { build() {
cd setxkbmap-$version cd setxkbmap-$version
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr
--mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install