summaryrefslogtreecommitdiff
path: root/conf/intel/portage/make.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-17 23:26:35 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-17 23:26:35 +0000
commit7ed15df703f06811a62a85ee1c4f0353add4a67a (patch)
treea8b451b84d99586bbf6da08eab5e55935cf749f4 /conf/intel/portage/make.conf
parentd9ace86eda82e0bdb90126d6e0d750599ea38300 (diff)
make this more robust, and compatible with upstream's defaults
Diffstat (limited to 'conf/intel/portage/make.conf')
-rw-r--r--conf/intel/portage/make.conf/00-generic.conf1
-rw-r--r--conf/intel/portage/make.conf/00-layout.conf2
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"