diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-02-25 02:13:03 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-02-25 02:13:03 +0000 |
commit | 068faf5f950e36f653f24830800fbcb4c039b65d (patch) | |
tree | e7636d55719563fda3a4bbe057714da5aab9f3f2 /app-doc | |
parent | app-admin/pciutils moved to sys-apps/pciutils and updated (diff) | |
download | historical-068faf5f950e36f653f24830800fbcb4c039b65d.tar.gz historical-068faf5f950e36f653f24830800fbcb4c039b65d.tar.bz2 historical-068faf5f950e36f653f24830800fbcb4c039b65d.zip |
image copy updates
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/gentoo-web-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/gentoo-web/gentoo-web-2.2.ebuild b/app-doc/gentoo-web/gentoo-web-2.2.ebuild index e82481278a15..4447d0bcbbac 100644 --- a/app-doc/gentoo-web/gentoo-web-2.2.ebuild +++ b/app-doc/gentoo-web/gentoo-web-2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.36 2002/02/25 01:29:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.37 2002/02/25 02:13:03 drobbins Exp $ # WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY @@ -40,7 +40,7 @@ src_install() { done dodir ${WEBROOT}/images insinto ${WEBROOT}/images - cp -a ${S}/images ${WEBROOT} + cp -a ${S}/images ${D}/${WEBROOT} local x cd images for x in shots/desktop*.png |