summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-04-11 14:50:01 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-04-11 14:50:01 +0000
commitce3f5f23449c8775cc735c0292dcdd9365c248fa (patch)
treeb3b0944fcdb2c5e82d594364b2d08616f340f07b /www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild
parentRevision bump, closes bugs #161252, #171427 and #171551. (diff)
downloadgentoo-2-ce3f5f23449c8775cc735c0292dcdd9365c248fa.tar.gz
gentoo-2-ce3f5f23449c8775cc735c0292dcdd9365c248fa.tar.bz2
gentoo-2-ce3f5f23449c8775cc735c0292dcdd9365c248fa.zip
Fix bug #168044.
(Portage version: 2.1.2.3)
Diffstat (limited to 'www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild')
-rw-r--r--www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild
index 7c1fbd408881..a8035cba23f8 100644
--- a/www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild
+++ b/www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild,v 1.4 2007/01/15 16:33:00 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild,v 1.5 2007/04/11 14:50:01 chtekk Exp $
inherit apache-module ssl-cert
@@ -36,7 +36,7 @@ src_install() {
doins data/rsafile data/dhfile
keepdir "${APACHE2_CONFDIR}/ssl"
- keepdir "${ROOT}"/var/cache/${PN}
+ keepdir /var/cache/${PN}
apache-module_src_install
}