summaryrefslogtreecommitdiff
path: root/libgpg-error
diff options
context:
space:
mode:
authorThomas Penteker <thomas.penteker@siemens.com>2016-03-07 23:20:27 +0100
committerThomas Penteker <thomas.penteker@siemens.com>2016-03-07 23:20:27 +0100
commit50807ad060e1f348672ab28b2b30f2db0780afef (patch)
tree48ad752bfe91879bf15993642904baf3cafd1823 /libgpg-error
parentb7c93026c6ec37888083521f12939c026499a725 (diff)
downloadopt-50807ad060e1f348672ab28b2b30f2db0780afef.tar.gz
opt-50807ad060e1f348672ab28b2b30f2db0780afef.tar.xz
libgpg-error: adjust man path with 3.2 conventions
Diffstat (limited to 'libgpg-error')
-rw-r--r--libgpg-error/.footprint6
-rw-r--r--libgpg-error/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/libgpg-error/.footprint b/libgpg-error/.footprint
index a729b7eb5..ed379c538 100644
--- a/libgpg-error/.footprint
+++ b/libgpg-error/.footprint
@@ -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
diff --git a/libgpg-error/Pkgfile b/libgpg-error/Pkgfile
index 6b6a40263..7b6b6104a 100644
--- a/libgpg-error/Pkgfile
+++ b/libgpg-error/Pkgfile
@@ -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

Generated by cgit