Skip to content

Commit

Permalink
app-shells/bash: merge bashrc-r# files back to bashrc
Browse files Browse the repository at this point in the history
This makes the history easier to track.
  • Loading branch information
vapier committed Jan 26, 2016
1 parent 55f05e6 commit e3bf9d2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 203 deletions.
2 changes: 1 addition & 1 deletion app-shells/bash/bash-4.3_p39_pre0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app-shells/bash/bash-4.3_p42-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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
Expand Down
2 changes: 1 addition & 1 deletion app-shells/bash/bash-4.4_beta.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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
Expand Down
92 changes: 0 additions & 92 deletions app-shells/bash/files/bashrc-r1

This file was deleted.

108 changes: 0 additions & 108 deletions app-shells/bash/files/bashrc-r2

This file was deleted.

0 comments on commit e3bf9d2

Please sign in to comment.