summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/features/musl/make.defaults5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/features/musl/make.defaults b/profiles/features/musl/make.defaults
index a55eb81dd102..80a8fdf9240f 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"