diff options
Diffstat (limited to 'lib')
-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 c3f4c9e..31a9064 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -40,7 +40,7 @@ load_locale() fi if ${in_place}; then - localedir="${srcdir}/locale" + localedir="${builddir}/locale" else localedir="${LOCALEDIR}" fi |