summaryrefslogtreecommitdiff
path: root/libgpg-error
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2014-11-10 21:44:49 +0100
committerThomas Penteker <tek@serverop.de>2014-11-10 21:44:49 +0100
commit7d1284b84ac6becb188739ec548c887ef3bcc5c5 (patch)
treef3bbc5bb9bfe356c2696df4a393ab74ad4aa9dc3 /libgpg-error
parent72dc5221a673b6c93f203c02c6cf18d99c10bbf1 (diff)
downloadopt-7d1284b84ac6becb188739ec548c887ef3bcc5c5.tar.gz
opt-7d1284b84ac6becb188739ec548c887ef3bcc5c5.tar.xz
libgpg-error: fix mandir
Diffstat (limited to 'libgpg-error')
-rw-r--r--libgpg-error/.footprint6
-rw-r--r--libgpg-error/Pkgfile3
2 files changed, 5 insertions, 4 deletions
diff --git a/libgpg-error/.footprint b/libgpg-error/.footprint
index be3cb3649..e644fa2ac 100644
--- a/libgpg-error/.footprint
+++ b/libgpg-error/.footprint
@@ -10,6 +10,9 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.13.0
lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.13.0
-rwxr-xr-x root/root usr/lib/libgpg-error.so.0.13.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
@@ -22,6 +25,3 @@ 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.lisp
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/gpgrt.info
-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
diff --git a/libgpg-error/Pkgfile b/libgpg-error/Pkgfile
index f1cad4d70..20f92c92a 100644
--- a/libgpg-error/Pkgfile
+++ b/libgpg-error/Pkgfile
@@ -5,13 +5,14 @@
name=libgpg-error
version=1.17
-release=1
+release=2
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls \
+ --mandir=/usr/man \
--enable-static
make
make DESTDIR=$PKG install

Generated by cgit