diff --git a/templates/texinfo/template b/templates/texinfo/template index 7b633a85e25..6dcf2fd3f0c 100644 --- a/templates/texinfo/template +++ b/templates/texinfo/template @@ -1,7 +1,7 @@ # Template file for 'texinfo' pkgname=texinfo version=4.13a -revision=4 +revision=3 wrksrc="$pkgname-4.13" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure @@ -20,3 +20,8 @@ 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 +}