summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-9999.ebuild
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2025-08-18 05:00:03 +0100
committerSam James <sam@gentoo.org>2025-08-18 16:50:58 +0100
commit08cf343c6b949ddaf1a895b94775c15984b3c9b6 (patch)
treed4ca1fa52dc87e4d49d5226f6f3650888dc4e8e5 /app-shells/bash/bash-9999.ebuild
parentd1ca6dabb7b7d8f474d7f95869c45b1b9a5f5e3f (diff)
downloadgentoo-08cf343c6b949ddaf1a895b94775c15984b3c9b6.tar.gz
gentoo-08cf343c6b949ddaf1a895b94775c15984b3c9b6.tar.bz2
gentoo-08cf343c6b949ddaf1a895b94775c15984b3c9b6.zip
app-shells/bash: move the skeleton files to ${FILESDIR}/skel
The top of FILESDIR has become a little unwieldy. In advance of submitting a patch that will introduce yet more files to be tracked, I thought that it would be a good opportunity to conduct a minor re-organisation. To that end, this commit relocates the skeleton files to a sub-directory. Signed-off-by: Kerin Millar <kfm@plushkava.net> 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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index ba4de7b688b4..e025d4e56763 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -319,7 +319,7 @@ src_install() {
insinto /etc/skel
for f in bash{_logout,_profile,rc}; do
- newins "${FILESDIR}/dot-${f}" ".${f}"
+ newins "${FILESDIR}/skel/dot-${f}" ".${f}"
done
if use plugins; then