summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-10-20 05:14:35 +0000
committerMike Frysinger <vapier@gentoo.org>2014-10-20 05:14:35 +0000
commit9ce781120a3879818b214365b4a9026c4797154b (patch)
tree3222ae8246a7f4a639ececf90b8f2fd61134c110 /app-shells
parentDrop old mail config settings. (diff)
downloadgentoo-2-9ce781120a3879818b214365b4a9026c4797154b.tar.gz
gentoo-2-9ce781120a3879818b214365b4a9026c4797154b.tar.bz2
gentoo-2-9ce781120a3879818b214365b4a9026c4797154b.zip
Fix install of examples #525930 by Erik Zeek.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/ChangeLog5
-rw-r--r--app-shells/bash/bash-4.3_p30.ebuild4
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