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

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent bc796c7b62
commit e17c90e76c
2 changed files with 10 additions and 9 deletions

View File

@ -12,10 +12,11 @@ lrwxrwxrwx root/root usr/lib/libXinerama.so.1 -> libXinerama.so.1.0.0
-rwxr-xr-x root/root usr/lib/libXinerama.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xinerama.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/Xinerama.3.gz
-rw-r--r-- root/root usr/man/man3/XineramaIsActive.3.gz
-rw-r--r-- root/root usr/man/man3/XineramaQueryExtension.3.gz
-rw-r--r-- root/root usr/man/man3/XineramaQueryScreens.3.gz
-rw-r--r-- root/root usr/man/man3/XineramaQueryVersion.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/Xinerama.3.gz
-rw-r--r-- root/root usr/share/man/man3/XineramaIsActive.3.gz
-rw-r--r-- root/root usr/share/man/man3/XineramaQueryExtension.3.gz
-rw-r--r-- root/root usr/share/man/man3/XineramaQueryScreens.3.gz
-rw-r--r-- root/root usr/share/man/man3/XineramaQueryVersion.3.gz

View File

@ -5,13 +5,13 @@
name=xorg-libxinerama
version=1.1.3
release=1
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXinerama-$version.tar.bz2)
build() {
cd libXinerama-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install