public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] games.eclass: respect ECONF_SOURCE in games_src_configure
@ 2014-01-12 21:56 hasufell
  0 siblings, 0 replies; only message in thread
From: hasufell @ 2014-01-12 21:56 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 51 bytes --]

bug https://bugs.gentoo.org/show_bug.cgi?id=494210

[-- Attachment #2: games.eclass.patch --]
[-- Type: text/x-patch, Size: 327 bytes --]

From: Julian Ospald <hasufell@gentoo.org>
Date: Fri Dec 13 21:14:01 UTC 2013
Subject: respect ECONF_SOURCE

--- eclass/games.eclass
+++ eclass/games.eclass
@@ -153,7 +153,7 @@
 }
 
 games_src_configure() {
-	[[ -x ./configure ]] && egamesconf
+	[[ -x "${ECONF_SOURCE:-.}"/configure ]] && egamesconf
 }
 
 games_src_compile() {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-12 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-12 21:56 [gentoo-dev] [PATCH] games.eclass: respect ECONF_SOURCE in games_src_configure hasufell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox