mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-13 03:00:31 +00:00
12 lines
426 B
Diff
12 lines
426 B
Diff
--- a/ext/text/gettext.scm
|
|
+++ b/ext/text/gettext.scm
|
|
@@ -88,7 +88,7 @@
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; Customize this to the appropriate value for your system:
|
|
|
|
-(define message-path '("/usr/share/locale"))
|
|
+(define message-path '("@TERMUX_PREFIX@/share/locale"))
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; store meta info for gettext files
|