diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-07 07:18:18 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-07 07:18:18 +0000 |
commit | 38e70a89ecf5961e4a42d16df32c80abca37384d (patch) | |
tree | 08ad014ec55f2ebbc9062bc805697d94e46d8a80 /app-doc | |
parent | dunno! (diff) | |
download | historical-38e70a89ecf5961e4a42d16df32c80abca37384d.tar.gz historical-38e70a89ecf5961e4a42d16df32c80abca37384d.tar.bz2 historical-38e70a89ecf5961e4a42d16df32c80abca37384d.zip |
shots fix
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 3f494c034d98..d0f01203c813 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.44 2002/04/07 07:15:50 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.45 2002/04/07 07:18:18 drobbins Exp $ # WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY @@ -46,7 +46,7 @@ src_install() { for x in shots/desktop*.png do [ "${x%*small.png}" != "${x}" ] && continue - sed -e "s:TITLE:${x}:" -e "s:IMG:http://www.ibiblio.org/gentoo/images/${x}:" ${S}/html/shell.html > ${D}${WEBROOT}/images/${x%.png}.html + sed -e "s:TITLE:${x}:" -e "s:IMG:http\://www.ibiblio.org/gentoo/images/${x}:" ${S}/html/shell.html > ${D}${WEBROOT}/images/${x%.png}.html done insinto ${WEBROOT} |