diff options
Diffstat (limited to 'app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch')
-rw-r--r-- | app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch b/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch new file mode 100644 index 000000000000..ff5262cdabf2 --- /dev/null +++ b/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch @@ -0,0 +1,11 @@ +--- a/gentoo ++++ b/gentoo +@@ -21,7 +21,7 @@ have() + _portdir() + { + ( +- source @GENTOO_PORTAGE_EPREFIX@/etc/make.globals 2>/dev/null ++ source @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/make.globals 2>/dev/null + source @GENTOO_PORTAGE_EPREFIX@/etc/make.conf 2>/dev/null + + echo ${PORTDIR} |