commit:     acc828b30f673d695cae4bb4010b4c0402a1e104
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 17:15:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 17:16:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc828b3

profiles/features/musl: use full path in INSTALL_MASK for locale.alias

We want to allow e.g. /usr/share/X11/locale/locale.alias to be installed.

Closes: https://bugs.gentoo.org/799437
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/features/musl/make.defaults | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/features/musl/make.defaults 
b/profiles/features/musl/make.defaults
index a55eb81dd10..80a8fdf9240 100644
--- a/profiles/features/musl/make.defaults
+++ b/profiles/features/musl/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 PORTAGE_LIBC="musl"
@@ -15,4 +15,5 @@ FEATURES="-multilib-strict"
 
 # TODO: fix so musl doesn't generate this for all packages
 # that use a charset, it causes package collisons.
-INSTALL_MASK="charset.alias locale.alias"
+# Note: we use a full path for locale.alias for bug #799437
+INSTALL_MASK="charset.alias /usr/share/locale/locale.alias"

Reply via email to