mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
sys-apps/musl-locales: rename env.d file
sys-apps/systemd looks for ??locale in pkg_postinst; this is expected to contain settings generated by eselect-locale. Rename our file to avoid a weird message for musl/systemd users. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -24,7 +24,7 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
echo "MUSL_LOCPATH=\"/usr/share/i18n/locales/musl\"" | newenvd - 00locale
|
||||
echo 'MUSL_LOCPATH="/usr/share/i18n/locales/musl"' | newenvd - 00musl-locales
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
Reference in New Issue
Block a user