libgpg-error: remove info file, closes FS#1083

This commit is contained in:
Thomas Penteker 2014-11-13 21:12:28 +01:00
parent 1bfc6bc8ad
commit a8e5bd3532
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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/
}