diff options
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 5673fd649da0..c0e2d188566f 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash-completion -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.278 2014/12/23 23:53:25 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.279 2015/02/09 19:52:52 amadio Exp $ + + 09 Feb 2015; <amadio@gentoo.org> bash-completion-2.1_p20141224.ebuild: + Fix bug #535942 *bash-completion-2.1_p20141224 (23 Dec 2014) diff --git a/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild b/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild index d82d9581c745..e85940d17e0f 100644 --- a/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v 1.1 2014/12/23 23:53:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v 1.2 2015/02/09 19:52:52 amadio Exp $ EAPI=5 @@ -49,7 +49,7 @@ src_install() { # work-around race conditions, bug #526996 mkdir -p "${ED}"/usr/share/bash-completion/{completions,helpers} || die - emake DESTDIR="${D}" profiledir=/etc/bash/bashrc.d install + emake DESTDIR="${D}" profiledir="${EPREFIX}"/etc/bash/bashrc.d install local file for file in "${STRIP_COMPLETIONS[@]}"; do |