From 09df864a2e515645669d4ef81a0797daff1e93a0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 18 Jul 2005 05:07:43 +0000 Subject: make sure the html doc files are installed in the proper gentoo place #99368 (Portage version: 2.0.51.22-r1) --- sys-apps/sed/sed-4.1.4.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys-apps/sed') diff --git a/sys-apps/sed/sed-4.1.4.ebuild b/sys-apps/sed/sed-4.1.4.ebuild index 563140fb7a74..dcf1487301a4 100644 --- a/sys-apps/sed/sed-4.1.4.ebuild +++ b/sys-apps/sed/sed-4.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4.ebuild,v 1.9 2005/06/17 03:31:14 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4.ebuild,v 1.10 2005/07/18 05:07:43 vapier Exp $ inherit flag-o-matic @@ -40,6 +40,9 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-makeinfo-c-locale.patch epatch "${FILESDIR}"/${P}-fix-invalid-ref-error.patch + sed -i \ + -e "/docdir =/s:/doc:/doc/${PF}/html:" \ + doc/Makefile.in || die "sed html doc" } src_compile() { -- cgit v1.2.3-65-gdbad