summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-26 15:45:26 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-26 15:45:26 +0100
commitb9ea44e3cba5c45d782468beaecfd5373dfb5c05 (patch)
treef659a39baec05ae35f3f279cf1393175ad51bf5d /sys-apps
parent3507d03d3c990dc7714f94096dc13677ea71f2c0 (diff)
downloadgentoo-personal-overlay-b9ea44e3cba5c45d782468beaecfd5373dfb5c05.tar.gz
gentoo-personal-overlay-b9ea44e3cba5c45d782468beaecfd5373dfb5c05.tar.bz2
gentoo-personal-overlay-b9ea44e3cba5c45d782468beaecfd5373dfb5c05.zip
Move zshrc in shellrc package
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/shellrc/shellrc-0.1-r2.ebuild (renamed from sys-apps/shellrc/shellrc-0.1-r1.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/shellrc/shellrc-0.1-r1.ebuild b/sys-apps/shellrc/shellrc-0.1-r2.ebuild
index 06d8970..9f32ce6 100644
--- a/sys-apps/shellrc/shellrc-0.1-r1.ebuild
+++ b/sys-apps/shellrc/shellrc-0.1-r2.ebuild
@@ -31,9 +31,8 @@ src_install() {
if use zsh; then
dodir /etc/zsh
- insinto /etc
- doins "${S}/zshrc"
insinto /etc/zsh
+ doins "${S}/zshrc"
doins -r "${S}/zshrc.d"
dodir /usr/share/zsh/site-functions
insinto /usr/share/zsh/site-functions