diff options
author | 2005-01-22 16:52:36 +0000 | |
---|---|---|
committer | 2005-01-22 16:52:36 +0000 | |
commit | 4ca4f110844b2f5701c0809f8cbdcccf704b603a (patch) | |
tree | 5d24e3d0ca3340aa1ee3dafcff086515ac755f95 /net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild | |
parent | Version bump, stable on amd64. (diff) | |
download | historical-4ca4f110844b2f5701c0809f8cbdcccf704b603a.tar.gz historical-4ca4f110844b2f5701c0809f8cbdcccf704b603a.tar.bz2 historical-4ca4f110844b2f5701c0809f8cbdcccf704b603a.zip |
Path fixes because of new tarball
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild')
-rw-r--r-- | net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild b/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild index bf9f19c3e0c0..f6ee445a18df 100644 --- a/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild +++ b/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.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/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.3 2005/01/22 06:15:17 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.4 2005/01/22 16:52:36 vericgar Exp $ DESCRIPTION="This is the default Gentoo WebServer content" HOMEPAGE="http://www.gentoo.org/" @@ -10,9 +10,12 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" +S=${WORKDIR}/${PF} + src_install() { - insinto /var/www/localhost/htdocs - doins ${WORKDIR}/${PF}/htdocs/index.html - doins ${WORKDIR}/${PF}/htdocs/gentoo-logo.png + insinto /var/www/localhost/ + doins -r webroot/htdocs + + dodoc AUTHORS README TODO } |