diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-12 19:26:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-12 19:26:28 +0000 |
commit | f92a92264fabf4284d0c83cd290621abd7f3d3b3 (patch) | |
tree | ee5899900bb9253a03261c84f106ed00599d895b /net-www | |
parent | initial import, user submitted ebuild, fixes #50278, thanks to Iain Smith <ge... (diff) | |
download | gentoo-2-f92a92264fabf4284d0c83cd290621abd7f3d3b3.tar.gz gentoo-2-f92a92264fabf4284d0c83cd290621abd7f3d3b3.tar.bz2 gentoo-2-f92a92264fabf4284d0c83cd290621abd7f3d3b3.zip |
repoman: Fix leading whitespace
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/apache-1.3.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-1.3.31.ebuild b/net-www/apache/apache-1.3.31.ebuild index 988b5a94b9cb..d5b8ae008d7b 100644 --- a/net-www/apache/apache-1.3.31.ebuild +++ b/net-www/apache/apache-1.3.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31.ebuild,v 1.3 2004/05/12 04:32:10 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31.ebuild,v 1.4 2004/05/12 19:26:28 mr_bones_ Exp $ inherit eutils fixheadtails @@ -54,7 +54,7 @@ src_unpack() { # set a reasonable MM_CORE_PATH location.. sed -i -e 's:logs/mm:/var/cache/apache-mm/mm:' \ - src/include/httpd.h + src/include/httpd.h } src_compile() { |