diff options
author | John Mylchreest <johnm@gentoo.org> | 2005-12-30 18:22:44 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2005-12-30 18:22:44 +0000 |
commit | 3185cc7452f5e2ac8d2c73182f931bd9a2644aed (patch) | |
tree | 427448992979bb7368e28ee6a71cc7887838e6cb /eclass | |
parent | Marking stable, and bumping for sec vuln. Fixes bugs #117171, #117040 (diff) | |
download | gentoo-2-3185cc7452f5e2ac8d2c73182f931bd9a2644aed.tar.gz gentoo-2-3185cc7452f5e2ac8d2c73182f931bd9a2644aed.tar.bz2 gentoo-2-3185cc7452f5e2ac8d2c73182f931bd9a2644aed.zip |
Fixing bug #109233
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-info.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index e047040abdcb..f78d2d594006 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.32 2005/09/25 12:30:26 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.33 2005/12/30 18:22:44 johnm Exp $ # # Description: This eclass is used as a central eclass for accessing kernel # related information for sources already installed. @@ -291,7 +291,7 @@ get_version() { # and if we STILL haven't got it, then we better just set it to KV_DIR KV_OUT_DIR="${KV_OUT_DIR:-${KV_DIR}}" - KV_LOCAL="${KV_LOCAL}$(get_localversion ${KV_OUT_DIR})" + KV_LOCAL="${KV_LOCAL}$(get_localversion ${KV_DIR})" KV_LOCAL="${KV_LOCAL}$(linux_chkconfig_string LOCALVERSION)" KV_LOCAL="${KV_LOCAL//\"/}" |