From 564cdafb4943cd323fc4bdb5878034e33ae4085e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 30 Nov 2002 21:10:28 +0000 Subject: Changed src_install () to src_install() --- .../mini-howto-html-single-20020328.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'app-doc/mini-howto-html-single') diff --git a/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild b/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild index 98a4fe58c015..d5de8dd52513 100644 --- a/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild +++ b/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild @@ -1,28 +1,23 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild,v 1.5 2002/10/04 04:02:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild,v 1.6 2002/11/30 21:10:28 vapier Exp $ MY_P="Linux-mini-html-single-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} - DESCRIPTION="The LDP mini-howtos, html-single format." - SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz" - HOMEPAGE="http://www.linuxdoc.org" SLOT="0" LICENSE="GPL-2 LDP" KEYWORDS="x86 ppc sparc sparc64" -src_install () { - +src_install() { dodir /usr/share/doc/howto/mini dodir /usr/share/doc/howto/mini/html-single dosym /usr/share/doc/howto /usr/share/doc/HOWTO - + cd ${WORKDIR} insinto /usr/share/doc/howto/mini/html-single doins * - } -- cgit v1.2.3-65-gdbad