diff --git a/libgpg-error/.footprint b/libgpg-error/.footprint index e644fa2ac..6697b6036 100644 --- a/libgpg-error/.footprint +++ b/libgpg-error/.footprint @@ -23,5 +23,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-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/info/ --rw-r--r-- root/root usr/share/info/gpgrt.info diff --git a/libgpg-error/Pkgfile b/libgpg-error/Pkgfile index 20f92c92a..7666d5eb0 100644 --- a/libgpg-error/Pkgfile +++ b/libgpg-error/Pkgfile @@ -5,7 +5,7 @@ name=libgpg-error version=1.17 -release=2 +release=3 source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/$name-$version.tar.bz2) build() { @@ -16,4 +16,7 @@ build() { --enable-static make make DESTDIR=$PKG install + + rm -r $PKG/usr/share/info/ + }