diff options
author | Wolfgang Müller | 2023-06-11 20:03:29 +0200 |
---|---|---|
committer | Wolfgang Müller | 2023-06-11 20:03:29 +0200 |
commit | fefa5f214b33075f228380863ce71b8410a29dc9 (patch) | |
tree | a7ba9d0886deeb35dc97c7be65096bd16a2699fd /host-albatross/make.conf | |
parent | 9d0b47bbc138096922a5e0bb3b33b558b6e94c6b (diff) | |
download | portage-roles-fefa5f214b33075f228380863ce71b8410a29dc9.tar.gz |
host-albatross: Avoid removing merged-usr symlinks
Diffstat (limited to 'host-albatross/make.conf')
-rw-r--r-- | host-albatross/make.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host-albatross/make.conf b/host-albatross/make.conf index e75f81f..4142f5c 100644 --- a/host-albatross/make.conf +++ b/host-albatross/make.conf @@ -26,3 +26,7 @@ FEATURES="cgroup clean-logs compress-build-logs downgrade-backup mount-sandbox p # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C + +# Avoid removing merged-usr symlinks. +UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin" +UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*" |