diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-17 23:26:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-17 23:26:35 +0000 |
commit | 7ed15df703f06811a62a85ee1c4f0353add4a67a (patch) | |
tree | a8b451b84d99586bbf6da08eab5e55935cf749f4 /conf/intel | |
parent | d9ace86eda82e0bdb90126d6e0d750599ea38300 (diff) |
make this more robust, and compatible with upstream's defaults
Diffstat (limited to 'conf/intel')
-rw-r--r-- | conf/intel/portage/make.conf/00-generic.conf | 1 | ||||
-rw-r--r-- | conf/intel/portage/make.conf/00-layout.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/intel/portage/make.conf/00-generic.conf b/conf/intel/portage/make.conf/00-generic.conf index 85d425e..f1bc181 100644 --- a/conf/intel/portage/make.conf/00-generic.conf +++ b/conf/intel/portage/make.conf/00-generic.conf @@ -2,4 +2,3 @@ CLEAN_DELAY="0" NOCOLOR="true" -UNINSTALL_IGNORE="/lib/modules/* /etc/portage" diff --git a/conf/intel/portage/make.conf/00-layout.conf b/conf/intel/portage/make.conf/00-layout.conf index d74174a..dc17ed2 100644 --- a/conf/intel/portage/make.conf/00-layout.conf +++ b/conf/intel/portage/make.conf/00-layout.conf @@ -10,3 +10,5 @@ INSTALL_MASK="/etc/systemd /usr/lib/debug /usr/lib64/debug /etc/portage" + +UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /etc/portage" |