configs/make.conf.*: use INSTALL_MASK

This will reduce the amount of interactive etc-update'ing we need to deal
with.
This commit is contained in:
Albert Hopkins 2018-12-05 17:02:26 -08:00
parent 41a5dae789
commit 04d39d94b3
2 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,6 @@ EMERGE_DEFAULT_OPTS="--jobs=2 --autounmask=n"
FEATURES="noinfo -test nodoc noman nostrip unmerge-orphans buildpkg notitles parallel-fetch binpkg-multi-instance cgroup"
CURL_SSL="openssl"
PYTHON_TARGETS="python3_6"
INSTALL_MASK="/etc/default/grub /etc/locale.gen /etc/fstab /etc/issue /usr/share/doc"
source make.conf.local

View File

@ -13,5 +13,6 @@ FEATURES="noinfo -test nodoc noman nostrip unmerge-orphans buildpkg notitles par
CURL_SSL="openssl"
PYTHON_TARGETS="python3_6"
ABI_X86="32"
INSTALL_MASK="/etc/default/grub /etc/locale.gen /etc/fstab /etc/issue /usr/share/doc"
source make.conf.local