diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-03-04 21:23:33 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-03-04 21:23:33 +0000 |
commit | 58d85e93e32a175324a0c6554c0670dae7bc4557 (patch) | |
tree | d2c567e8be45e70297c923145c52e7df13a15d0e /sys-boot/grub/grub-9999.ebuild | |
parent | Drop obsolete x11 masks. (diff) | |
download | gentoo-2-58d85e93e32a175324a0c6554c0670dae7bc4557.tar.gz gentoo-2-58d85e93e32a175324a0c6554c0670dae7bc4557.tar.bz2 gentoo-2-58d85e93e32a175324a0c6554c0670dae7bc4557.zip |
Dont mess with grub.texi; this is causing the live ebuild to not generate any info page at all.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index d05bccc7398c..1bd100c5b5e2 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.52 2012/02/29 23:09:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.53 2012/03/04 21:23:33 floppym Exp $ EAPI=4 @@ -171,13 +171,6 @@ src_prepare() { epatch_user - # fix texinfo file name, as otherwise the grub2.info file will be - # useless - sed -i \ - -e '/setfilename/s:grub.info:grub2.info:' \ - -e 's:(grub):(grub2):' \ - docs/grub.texi - # autogen.sh does more than just run autotools if [[ -n ${DO_AUTORECONF} ]] ; then sed -i -e '/^autoreconf/s:^:set +e; e:' autogen.sh || die |