commit: d2135d2b02bc6c6fe5b89657e44f45480fe899e8
parent db8b022ad90bb4aa914e6c989ec5bef7d5f6b749
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 1 Jun 2022 20:25:58 +0200
base/make.default: install mask, /etc/skel /var/empty
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
@@ -11,7 +11,7 @@ CXXFLAGS="${CFLAGS}"
OBJCXXFLAGS="${CFLAGS}"
CONFIG_PROTECT="${CONFIG_PROTECT} /lib/udev/rules.d/"
-INSTALL_MASK="/usr/lib/systemd /usr/lib64/systemd /lib/systemd /etc/systemd /etc/sudoers /etc/sudoers.d /usr/share/bash-completion /usr/share/zsh/site-functions /etc/xdg/autostart /usr/bin/gunzip /usr/bin/unpigz /usr/share/git-core/templates/hooks /usr/share/man/man1/builtins.1"
+INSTALL_MASK="/usr/lib/systemd /usr/lib64/systemd /lib/systemd /etc/systemd /etc/sudoers /etc/sudoers.d /usr/share/bash-completion /usr/share/zsh/site-functions /etc/xdg/autostart /usr/bin/gunzip /usr/bin/unpigz /usr/share/git-core/templates/hooks /usr/share/man/man1/builtins.1 /etc/skel /var/empty"
# --binpkg-changed-deps=y → Silence binpkg USE-matching warning
EMERGE_DEFAULT_OPTS="--keep-going --usepkg --binpkg-changed-deps=y"