diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.3_p30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 8e304d987bcd..ea469436e863 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.424 2014/10/20 05:02:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.425 2014/10/20 05:14:35 vapier Exp $ + + 20 Oct 2014; Mike Frysinger <vapier@gentoo.org> bash-4.3_p30.ebuild: + Fix install of examples #525930 by Erik Zeek. 20 Oct 2014; Mike Frysinger <vapier@gentoo.org> -files/bash-3.0-configs.patch, bash-3.0_p22.ebuild: diff --git a/app-shells/bash/bash-4.3_p30.ebuild b/app-shells/bash/bash-4.3_p30.ebuild index 9dab95ad1125..e0e41d0330ba 100644 --- a/app-shells/bash/bash-4.3_p30.ebuild +++ b/app-shells/bash/bash-4.3_p30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild,v 1.2 2014/10/19 20:32:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild,v 1.3 2014/10/20 05:14:35 vapier Exp $ EAPI="4" @@ -204,7 +204,7 @@ src_install() { fi if use examples ; then - for d in examples/{functions,misc,scripts,scripts.noah,scripts.v2} ; do + for d in examples/{functions,misc,scripts,startup-files} ; do exeinto /usr/share/doc/${PF}/${d} insinto /usr/share/doc/${PF}/${d} for f in ${d}/* ; do |