diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-23 03:05:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-23 03:05:29 +0000 |
commit | 5bfe2e558475d02953426bdba66f118a8f8cabad (patch) | |
tree | cf74eb745276ccfdea316846ac863dc7e7ba943c /net-analyzer/squid-graph/squid-graph-3.2.ebuild | |
parent | Removing x11-plugins/compiz-fusion-plugins-main now that the package move is ... (diff) | |
download | gentoo-2-5bfe2e558475d02953426bdba66f118a8f8cabad.tar.gz gentoo-2-5bfe2e558475d02953426bdba66f118a8f8cabad.tar.bz2 gentoo-2-5bfe2e558475d02953426bdba66f118a8f8cabad.zip |
Install README (docs does not exist, bug #298022).
(Portage version: 2.2_rc60/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/squid-graph/squid-graph-3.2.ebuild')
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.2.ebuild b/net-analyzer/squid-graph/squid-graph-3.2.ebuild index 4d2a74e4d7f5..c20e0602ac2f 100644 --- a/net-analyzer/squid-graph/squid-graph-3.2.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.2.ebuild,v 1.4 2009/03/08 10:48:10 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.2.ebuild,v 1.5 2009/12/23 03:05:29 jer Exp $ EAPI="2" @@ -22,5 +22,5 @@ S=${WORKDIR}/${PN} src_install () { dobin apacheconv generate.cgi squid-graph timeconv || die "dobin failed" - dodoc docs + dodoc README } |