summaryrefslogtreecommitdiff
path: root/lib/bin-common/run.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bin-common/run.h')
-rw-r--r--lib/bin-common/run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bin-common/run.h b/lib/bin-common/run.h
index f8e4413f..2bb97621 100644
--- a/lib/bin-common/run.h
+++ b/lib/bin-common/run.h
@@ -63,7 +63,7 @@ namespace bin_common
std::cout.imbue(std::locale());
std::cerr.imbue(std::locale());
- bindtextdomain (SBUILD_MESSAGE_CATALOGUE, LOCALEDIR);
+ bindtextdomain (SBUILD_MESSAGE_CATALOGUE, SCHROOT_LOCALE_DIR);
textdomain (SBUILD_MESSAGE_CATALOGUE);
typename options_type::ptr opts(new options_type);