commit: 3218870630da1e19693bf4d9034cd54aa4f08919
parent: dff941ccbc967095e4c1f4adfedfc11f16eed175
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 27 Oct 2018 11:20:40 +0200
base/make.defaults: install_mask shell completion
Useless with mksh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
@@ -11,7 +11,7 @@ CFLAGS="-O2 -pipe -march=native -mtune=native -Wno-conversion -Wsign-conversion
CXXFLAGS="${CFLAGS}"
CONFIG_PROTECT="${CONFIG_PROTECT} /lib/udev/rules.d/"
-INSTALL_MASK="/usr/lib/systemd /usr/lib64/systemd /etc/systemd /etc/sudoers /etc/sudoers.d"
+INSTALL_MASK="/usr/lib/systemd /usr/lib64/systemd /etc/systemd /etc/sudoers /etc/sudoers.d /usr/share/bash-completion /usr/share/zsh/site-functions"
EMERGE_DEFAULT_OPTS="--keep-going"
FEATURES="webrsync-gpg userfetch usersandbox splitdebug network-sandbox"