diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-04-11 14:50:01 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-04-11 14:50:01 +0000 |
commit | c7a44d6f218f475f09c649f23d9aee71b15aae51 (patch) | |
tree | 5c903381a8033f490e005867d30925501807c7eb /www-apache/mod_gnutls/mod_gnutls-0.2.0.ebuild | |
parent | Revision bump, closes bugs #161252, #171427 and #171551. (diff) | |
download | historical-c7a44d6f218f475f09c649f23d9aee71b15aae51.tar.gz historical-c7a44d6f218f475f09c649f23d9aee71b15aae51.tar.bz2 historical-c7a44d6f218f475f09c649f23d9aee71b15aae51.zip |
Fix bug #168044.
Package-Manager: portage-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.ebuild | 4 |
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 } |