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:
parent
41a5dae789
commit
04d39d94b3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue