aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2012-02-09 00:07:16 +0000
committerSébastien Fabbro <sebfabbro@gmail.com>2012-02-09 00:07:16 +0000
commit581ebfac007cf37e343e535687dd7a2bf6b0ccb7 (patch)
tree80a9b6db548a4cce7d89de7ea4836f7459f6d9e1 /app-admin/eselect/files
parentfixing a missing EROOT (diff)
downloadsci-581ebfac007cf37e343e535687dd7a2bf6b0ccb7.tar.gz
sci-581ebfac007cf37e343e535687dd7a2bf6b0ccb7.tar.bz2
sci-581ebfac007cf37e343e535687dd7a2bf6b0ccb7.zip
EROOT fix
Diffstat (limited to 'app-admin/eselect/files')
-rw-r--r--app-admin/eselect/files/eselect-alternatives.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/eselect/files/eselect-alternatives.patch b/app-admin/eselect/files/eselect-alternatives.patch
index 1aafdb052..94015389b 100644
--- a/app-admin/eselect/files/eselect-alternatives.patch
+++ b/app-admin/eselect/files/eselect-alternatives.patch
@@ -75,7 +75,7 @@ Index: libs/Makefile.am
+inherit config output path-manipulation
+
+ALTERNATIVESDIR_ROOTLESS="@sysconfdir@/env.d/alternatives"
-+ALTERNATIVESDIR="${ALTERNATIVESDIR_ROOTLESS}"
++ALTERNATIVESDIR="${EROOT}${ALTERNATIVESDIR_ROOTLESS}"
+
+get_current_provider() {
+ local dieprefix="Could not determine current provider for ${ALTERNATIVE}"