From 3eae2889cd0c50621b7219dc1c6b79f488b90021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Apr 2021 11:13:49 +0200 Subject: Move most of the shellrc files outside of /etc The /etc is not updated automatically as that is place for configuration files. Deploying it to different location makes a lot of more sense. --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install') diff --git a/install b/install index 422eaf0..cd42670 100755 --- a/install +++ b/install @@ -54,13 +54,13 @@ done # Install shellrc if $U_BASE; then - mkdir -p "$I_PREFIX/etc/shellrc.d" - cp -r shellrc.d/. "$I_PREFIX/etc/shellrc.d" + mkdir -p "$I_PREFIX/usr/share/shellrc" + cp -r shellrc.d/. "$I_PREFIX/usr/share/shellrc/" fi if $U_DESKTOP; then - mkdir -p "$I_PREFIX/etc/shellrc.d" - cp -r shellrc.d-desktop/. "$I_PREFIX/etc/shellrc.d" + mkdir -p "$I_PREFIX/usr/share/shellrc" + cp -r shellrc.d-desktop/. "$I_PREFIX/usr/share/shellrc/" fi if $U_BASH; then -- cgit v1.2.3