libgpg-error: adjust man path with 3.2 conventions

This commit is contained in:
Thomas Penteker 2016-03-07 23:20:27 +01:00
parent b7c93026c6
commit 50807ad060
2 changed files with 5 additions and 5 deletions

View File

@ -10,9 +10,6 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.16.0
lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.16.0
-rwxr-xr-x root/root usr/lib/libgpg-error.so.0.16.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gpg-error-config.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gpg-error.m4
@ -23,3 +20,6 @@ drwxr-xr-x root/root usr/share/common-lisp/source/gpg-error/
-rw-r--r-- root/root usr/share/common-lisp/source/gpg-error/gpg-error-package.lisp
-rw-r--r-- root/root usr/share/common-lisp/source/gpg-error/gpg-error.asd
-rw-r--r-- root/root usr/share/common-lisp/source/gpg-error/gpg-error.lisp
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/gpg-error-config.1.gz

View File

@ -11,8 +11,8 @@ source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls \
--mandir=/usr/man \
./configure --prefix=/usr \
--disable-nls \
--enable-static
make
make DESTDIR=$PKG install