diff options
author | 2009-05-09 09:10:07 +0000 | |
---|---|---|
committer | 2009-05-09 09:10:07 +0000 | |
commit | 55602595a91ffb5a40dbe9ce6581efccc5709d8a (patch) | |
tree | 74dce683f2be80143a8ef6d3ac730c492306e3d4 /net-proxy/ziproxy | |
parent | Adapting rubygems notice. (diff) | |
download | gentoo-2-55602595a91ffb5a40dbe9ce6581efccc5709d8a.tar.gz gentoo-2-55602595a91ffb5a40dbe9ce6581efccc5709d8a.tar.bz2 gentoo-2-55602595a91ffb5a40dbe9ce6581efccc5709d8a.zip |
Change LogFile path.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy/ziproxy')
-rw-r--r-- | net-proxy/ziproxy/ziproxy-2.7.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-proxy/ziproxy/ziproxy-2.7.0.ebuild b/net-proxy/ziproxy/ziproxy-2.7.0.ebuild index b55c8baf990e..0945c3a5c6a4 100644 --- a/net-proxy/ziproxy/ziproxy-2.7.0.ebuild +++ b/net-proxy/ziproxy/ziproxy-2.7.0.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-proxy/ziproxy/ziproxy-2.7.0.ebuild,v 1.1 2009/05/09 09:02:57 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ziproxy-2.7.0.ebuild,v 1.2 2009/05/09 09:10:07 mrness Exp $ EAPI="2" @@ -31,6 +31,7 @@ pkg_setup() { src_prepare() { # fix sample config file sed -i -e "s:/var/ziproxy/:/var/lib/ziproxy/:g" \ + -e "s:%j-%Y.log:/var/log/ziproxy/%j-%Y.log:g" \ etc/ziproxy/ziproxy.conf # fix sample xinetd config @@ -40,7 +41,7 @@ src_prepare() { } src_configure() { - local myconf="--with-cfgfile=/etc/ziproxy/ziproxy.conf" # --enable-testprogs + local myconf="--with-cfgfile=/etc/ziproxy/ziproxy.conf" use jpeg2k && myconf="${myconf} --with-jasper" # use_with doesn't work econf ${myconf} || die "econf failed" } |