summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-10-11 16:57:20 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-10-11 16:57:20 +0000
commitd29c41d3c2222543d4a51501e8898745a12c2b77 (patch)
treef3c26a23c1a322b495d3174655eb411536a16d78 /sci-libs/blas-reference/blas-reference-20070226.ebuild
parentEnable amazon USE flag by default in amarok wrt #134493. (diff)
downloadhistorical-d29c41d3c2222543d4a51501e8898745a12c2b77.tar.gz
historical-d29c41d3c2222543d4a51501e8898745a12c2b77.tar.bz2
historical-d29c41d3c2222543d4a51501e8898745a12c2b77.zip
fixed lib->get_libdir for eselect bug workaround
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'sci-libs/blas-reference/blas-reference-20070226.ebuild')
-rw-r--r--sci-libs/blas-reference/blas-reference-20070226.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/blas-reference/blas-reference-20070226.ebuild b/sci-libs/blas-reference/blas-reference-20070226.ebuild
index faf809c05b75..4b085b0bb100 100644
--- a/sci-libs/blas-reference/blas-reference-20070226.ebuild
+++ b/sci-libs/blas-reference/blas-reference-20070226.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/sci-libs/blas-reference/blas-reference-20070226.ebuild,v 1.12 2007/10/10 12:30:50 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-20070226.ebuild,v 1.13 2007/10/11 16:50:10 bicatali Exp $
inherit eutils autotools fortran multilib flag-o-matic
@@ -58,7 +58,7 @@ pkg_postinst() {
local current_lib=$(eselect ${p} show | cut -d' ' -f2)
if [[ ${current_lib} == ${ESELECT_PROF} || -z ${current_lib} ]]; then
# work around eselect bug #189942
- local configfile="${ROOT}"/etc/env.d/${p}/lib/config
+ local configfile="${ROOT}"/etc/env.d/${p}/$(get_libdir)/config
[[ -e ${configfile} ]] && rm -f ${configfile}
eselect ${p} set ${ESELECT_PROF}
elog "${p} has been eselected to ${ESELECT_PROF}"