diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-28 13:23:45 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-28 13:23:45 (EST) |
commit | e644fc98d1e9cd72e75ec40ab5fb779dac71f6d1 (patch) | |
tree | 40214e2fc3605c54644e3f11f419deda6b387377 /lib/locale.sh | |
parent | d069cf9ec8ba9cbe312546c12aee44ef391fa8f4 (diff) |
Use new build system macros in source files.
Diffstat (limited to 'lib/locale.sh')
-rw-r--r-- | lib/locale.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh index 1ac543b..5601364 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -24,7 +24,7 @@ oh_use output _OH_DEFAULT_LOCALE='en_US' _OH_TEXT_DOMAIN='opkhelper' -_OH_LOCALE_PATH='@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms' +_OH_LOCALE_PATH='@localedir@/%s/LC_MESSAGES/%s.ms' oh_load_locale() { |