diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-01-22 16:52:36 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-01-22 16:52:36 +0000 |
commit | 4ca4f110844b2f5701c0809f8cbdcccf704b603a (patch) | |
tree | 5d24e3d0ca3340aa1ee3dafcff086515ac755f95 /net-www/gentoo-webroot-default | |
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')
-rw-r--r-- | net-www/gentoo-webroot-default/Manifest | 4 | ||||
-rw-r--r-- | net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-www/gentoo-webroot-default/Manifest b/net-www/gentoo-webroot-default/Manifest index 9c4a90e1ab4c..e3428f1d8479 100644 --- a/net-www/gentoo-webroot-default/Manifest +++ b/net-www/gentoo-webroot-default/Manifest @@ -1,4 +1,4 @@ -MD5 fe23578298695ed038bfa71e23144d5b gentoo-webroot-default-0.1.ebuild 582 -MD5 c5683447f4654608f8b9bc6ce7f5f3c8 metadata.xml 264 MD5 b6df2269ec469809f62c7cf04ddccf11 ChangeLog 386 +MD5 a3b5af76295260fec3f0ecf0e866bae1 gentoo-webroot-default-0.1.ebuild 562 +MD5 c5683447f4654608f8b9bc6ce7f5f3c8 metadata.xml 264 MD5 07902a01b0d7b7ccff7d9fb671078f2b files/digest-gentoo-webroot-default-0.1 78 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 } |