From c5bbb996b885071bfd57d852c53ef5e676dfc8c3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 24 Feb 2016 05:25:41 +0900 Subject: [PATCH] sys-devel/bison: rework info page regen #574492 --- sys-devel/bison/bison-3.0.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index bd0664a91a75..64f982b35279 100644 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild @@ -29,8 +29,8 @@ src_prepare() { # The makefiles make the man page depend on the configure script # which we patched above. Touch it to prevent regeneration. touch doc/bison.1 #548778 #538300#9 - # Avoid regenerating the info page when the timezone is diff. - touch doc/bison.info #574492 + # Avoid regenerating the info page when the timezone is diff. #574492 + sed -i '2iexport TZ=UTC' build-aux/mdate-sh || die } src_configure() { -- 2.26.2