diff options
author | 2024-12-01 15:10:29 -0500 | |
---|---|---|
committer | 2024-12-01 15:11:49 -0500 | |
commit | 2f0cf971a940c24b9f5e7a3164ee2c3a995a6760 (patch) | |
tree | 5fdd507431c134a41284065141f4398302b8d80a /profiles | |
parent | net-print/hplip: add 3.24.4-r1 (diff) | |
download | gentoo-2f0cf971a940c24b9f5e7a3164ee2c3a995a6760.tar.gz gentoo-2f0cf971a940c24b9f5e7a3164ee2c3a995a6760.tar.bz2 gentoo-2f0cf971a940c24b9f5e7a3164ee2c3a995a6760.zip |
profiles/features/split-usr: UNINSTALL_IGNORE="/lib/systemd /lib/udev"
Closes: https://bugs.gentoo.org/945390
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/split-usr/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/features/split-usr/make.defaults b/profiles/features/split-usr/make.defaults index 3f95c0a0e32a..0527e21a0bb2 100644 --- a/profiles/features/split-usr/make.defaults +++ b/profiles/features/split-usr/make.defaults @@ -1,2 +1,5 @@ # Set an environment variable so we can easily test for the profile type PROFILE_23_USRTYPE="split-usr" + +# Avoid warnings about legacy symlinks, #945390 +UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /lib/systemd /lib/udev" |