mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04: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:
+1
-1
@@ -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