summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 21:10:28 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 21:10:28 +0000
commit564cdafb4943cd323fc4bdb5878034e33ae4085e (patch)
tree98d9904ca4f30dd57d6bb0e0ca5b98fc5ee29019 /app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild
parentChanged einstall||die to einstall (diff)
downloadgentoo-2-564cdafb4943cd323fc4bdb5878034e33ae4085e.tar.gz
gentoo-2-564cdafb4943cd323fc4bdb5878034e33ae4085e.tar.bz2
gentoo-2-564cdafb4943cd323fc4bdb5878034e33ae4085e.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild')
-rw-r--r--app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild11
1 files changed, 3 insertions, 8 deletions
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 *
-
}