diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-22 23:58:11 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-22 23:59:48 +0200 |
commit | 5b7122b4d150f58c85ac787b56661a3c822aaab8 (patch) | |
tree | 16487ef6a86f8501538ebe8794f524b700b51dce /community/openrc-settingsd/use-profiled-instead-of-envd.patch | |
parent | d6ec3eb9bb7ebd7096391b417853fcf1aa847d49 (diff) | |
download | aports-5b7122b4d150f58c85ac787b56661a3c822aaab8.tar.bz2 aports-5b7122b4d150f58c85ac787b56661a3c822aaab8.tar.xz |
community/openrc-settingsd: move from testing
Diffstat (limited to 'community/openrc-settingsd/use-profiled-instead-of-envd.patch')
-rw-r--r-- | community/openrc-settingsd/use-profiled-instead-of-envd.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/openrc-settingsd/use-profiled-instead-of-envd.patch b/community/openrc-settingsd/use-profiled-instead-of-envd.patch new file mode 100644 index 0000000000..67e328b106 --- /dev/null +++ b/community/openrc-settingsd/use-profiled-instead-of-envd.patch @@ -0,0 +1,15 @@ +We don't use env.d in Alpine. + +diff --git a/src/localed.c b/src/localed.c +index 008ed16..4a210b6 100644 +--- a/src/localed.c ++++ b/src/localed.c +@@ -1281,7 +1281,7 @@ localed_init (gboolean _read_only) + + read_only = _read_only; + kbd_model_map_file = g_file_new_for_path (PKGDATADIR "/kbd-model-map"); +- locale_file = g_file_new_for_path (SYSCONFDIR "/env.d/02locale"); ++ locale_file = g_file_new_for_path (SYSCONFDIR "/profile.d/02locale.sh"); + keymaps_file = g_file_new_for_path (SYSCONFDIR "/conf.d/keymaps"); + + /* See http://www.gentoo.org/doc/en/xorg-config.xml */ |