diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-05-15 19:49:45 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-05-15 19:49:45 +0000 |
commit | ac24595d252283fa39d428de092e5572b886f2d5 (patch) | |
tree | ca65b3fe5f54a31a2b7a056961ba5497ab2d2444 /app-doc | |
parent | Initial ebuild. Closes #2509. (diff) | |
download | gentoo-2-ac24595d252283fa39d428de092e5572b886f2d5.tar.gz gentoo-2-ac24595d252283fa39d428de092e5572b886f2d5.tar.bz2 gentoo-2-ac24595d252283fa39d428de092e5572b886f2d5.zip |
Need to install "firewall" text file in ${WEBROOT}/doc.
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/gentoo-web-2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-doc/gentoo-web/gentoo-web-2.2.ebuild b/app-doc/gentoo-web/gentoo-web-2.2.ebuild index 6f083d83a006..5154c388e998 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.58 2002/05/15 19:09:25 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.59 2002/05/15 19:49:45 g2boojum Exp $ # WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY @@ -50,6 +50,7 @@ src_install() { do xsltproc $TEMPLATE xml/${x}.xml > ${D}${WEBROOT}/doc/${x}.html || die done + cp txt/firewall ${D}${WEBROOT}/doc/ dodir ${WEBROOT}/images insinto ${WEBROOT}/images cp -a ${S}/images ${D}/${WEBROOT} |