diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-02-02 12:15:05 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-02-02 12:15:05 +0000 |
commit | c3998c4759a52e711a74b7372578df39b8bb8658 (patch) | |
tree | 1f36fa2b80d5c5752e178fd7ee5264bc200cb386 /eclass/games.eclass | |
parent | Added selinux (bug #499010) and systemd (bug #498888) support (diff) | |
download | gentoo-2-c3998c4759a52e711a74b7372578df39b8bb8658.tar.gz gentoo-2-c3998c4759a52e711a74b7372578df39b8bb8658.tar.bz2 gentoo-2-c3998c4759a52e711a74b7372578df39b8bb8658.zip |
respect ECONF_SOURCE wrt #494210
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 9119d2b8a81c..a4a064555e0e 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.155 2014/01/25 17:44:39 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.156 2014/02/02 12:15:05 hasufell Exp $ # devlist: games@gentoo.org # @@ -158,7 +158,7 @@ games_pkg_setup() { } games_src_configure() { - [[ -x ./configure ]] && egamesconf + [[ -x "${ECONF_SOURCE:-.}"/configure ]] && egamesconf } games_src_compile() { |