From e2b0ef2e2d4214b95339d0cc339a547edfd8e9ee Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 16 Oct 2009 00:09:20 +0200 Subject: [PATCH] texinfo: fix uncompressed info files, bumprev. --HG-- extra : convert_revision : 02adbd086c4fdb4a385a6966518bad1a2c70590d --- templates/texinfo/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/texinfo/template b/templates/texinfo/template index 6dcf2fd3f0c..7b633a85e25 100644 --- a/templates/texinfo/template +++ b/templates/texinfo/template @@ -1,7 +1,7 @@ # Template file for 'texinfo' pkgname=texinfo version=4.13a -revision=3 +revision=4 wrksrc="$pkgname-4.13" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure @@ -20,8 +20,3 @@ Add_dependency run ncurses-libs Add_dependency run findutils Add_dependency run gzip Add_dependency run coreutils - -post_install() -{ - rm -f ${DESTDIR}/usr/share/info/dir -}