diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:03:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:03:34 +0000 |
commit | 10157518e660468b9a52179b0501233b87d186aa (patch) | |
tree | 237ed2258199d952fd282a918ecee1c5fe802db4 /app-doc/howto-html | |
parent | modernised (diff) | |
download | historical-10157518e660468b9a52179b0501233b87d186aa.tar.gz historical-10157518e660468b9a52179b0501233b87d186aa.tar.bz2 historical-10157518e660468b9a52179b0501233b87d186aa.zip |
modernised
Diffstat (limited to 'app-doc/howto-html')
-rw-r--r-- | app-doc/howto-html/howto-html-20010823.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-doc/howto-html/howto-html-20010823.ebuild b/app-doc/howto-html/howto-html-20010823.ebuild index 777f7c6d7fa4..909695a05006 100644 --- a/app-doc/howto-html/howto-html-20010823.ebuild +++ b/app-doc/howto-html/howto-html-20010823.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010823.ebuild,v 1.5 2002/07/21 02:51:18 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010823.ebuild,v 1.6 2002/08/02 05:03:34 seemant Exp $ MY_P="Linux-html-HOWTOs-${PV}" S=${WORKDIR}/HOWTO @@ -16,12 +16,12 @@ LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/html - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${S} - cp -R * ${D}/usr/share/doc/howto/html - + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + cp -R * ${D}/usr/share/doc/howto/html + } |