summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-05-02 07:08:10 +0100
committerSam James <sam@gentoo.org>2025-05-02 07:11:08 +0100
commitaae8155962a347f52b468e40c40ede48e24df726 (patch)
treec99f1dc7cb05872bacc75cf44c44abbdf71df718 /app-shells/bash/bash-9999.ebuild
parent0193ee11e3aa99775c546ac63346ec05c01a51f7 (diff)
downloadgentoo-aae8155962a347f52b468e40c40ede48e24df726.tar.gz
gentoo-aae8155962a347f52b468e40c40ede48e24df726.tar.bz2
gentoo-aae8155962a347f52b468e40c40ede48e24df726.zip
app-shells/bash: partly sync live and latest 5.3* snapshot
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
-rw-r--r--app-shells/bash/bash-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index ebd7607905d6..48dc6faddf97 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -315,8 +315,8 @@ src_install() {
my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc
insinto /etc/bash/bashrc.d
- my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color.bash | newins - 10-gentoo-color.bash
- newins "${FILESDIR}"/bashrc.d/10-gentoo-title-r1.bash 10-gentoo-title.bash
+ my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color-r1.bash | newins - 10-gentoo-color.bash
+ newins "${FILESDIR}"/bashrc.d/10-gentoo-title-r2.bash 10-gentoo-title.bash
if [[ ! ${EPREFIX} ]]; then
doins "${FILESDIR}"/bashrc.d/15-gentoo-bashrc-check.bash
fi