mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 15:47:26 +00:00
12 lines
470 B
Diff
12 lines
470 B
Diff
--- ./glib/gcharset.c.orig 2021-12-10 21:38:06.571715302 +0530
|
|
+++ ./glib/gcharset.c 2021-12-10 21:38:11.361715300 +0530
|
|
@@ -503,7 +503,7 @@
|
|
if (g_once_init_enter_pointer (&alias_table))
|
|
{
|
|
GHashTable *table = g_hash_table_new (g_str_hash, g_str_equal);
|
|
- read_aliases ("/usr/share/locale/locale.alias", table);
|
|
+ read_aliases ("@TERMUX_PREFIX@/share/locale/locale.alias", table);
|
|
g_once_init_leave_pointer (&alias_table, table);
|
|
}
|
|
|