From 29c2d115f2b976b6902516c488e6b3628cd1c69b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 17 Oct 2009 16:41:06 +0200 Subject: [PATCH] Revert "texinfo: fix uncompressed info files, bumprev." This reverts commit 02adbd086c4fdb4a385a6966518bad1a2c70590d. Because otherwise /usr/share/info/dir is detected as modified (obviously) when entries are added/removed. --HG-- extra : convert_revision : 8d9aff566a244b55421deb53214cbdd33ad3e8d8 --- templates/texinfo/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +}