summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-24 19:59:49 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-26 02:12:10 -0500
commite3bf9d25cca2464b602a4aaafad784bbefbf322c (patch)
tree33515f683f27305b49d62c6f5a65965e8b2bacaf /app-shells/bash/bash-4.3_p39_pre0.ebuild
parentapp-shells/bash: Back out the `history -a` by default as it can be a bit trou... (diff)
downloadgentoo-e3bf9d25cca2464b602a4aaafad784bbefbf322c.tar.gz
gentoo-e3bf9d25cca2464b602a4aaafad784bbefbf322c.tar.bz2
gentoo-e3bf9d25cca2464b602a4aaafad784bbefbf322c.zip
app-shells/bash: merge bashrc-r# files back to bashrc
This makes the history easier to track.
Diffstat (limited to 'app-shells/bash/bash-4.3_p39_pre0.ebuild')
-rw-r--r--app-shells/bash/bash-4.3_p39_pre0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-4.3_p39_pre0.ebuild b/app-shells/bash/bash-4.3_p39_pre0.ebuild
index 2c852eef294c..4bc8ea9bce8a 100644
--- a/app-shells/bash/bash-4.3_p39_pre0.ebuild
+++ b/app-shells/bash/bash-4.3_p39_pre0.ebuild
@@ -118,7 +118,7 @@ src_install() {
insinto /etc/bash
doins "${FILESDIR}"/bash_logout
- newins "${FILESDIR}"/bashrc-r2 bashrc
+ doins "${FILESDIR}"/bashrc
keepdir /etc/bash/bashrc.d
insinto /etc/skel
for f in bash{_logout,_profile,rc} ; do