diff options
Diffstat (limited to '')
-rw-r--r-- | host-albatross/make.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host-albatross/make.conf b/host-albatross/make.conf index 17e732f..9e8ef5b 100644 --- a/host-albatross/make.conf +++ b/host-albatross/make.conf @@ -26,7 +26,3 @@ FEATURES="clean-logs compress-build-logs downgrade-backup mount-sandbox parallel # 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/*" |