summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-23 19:50:52 +0100
committerPetr Mladek <pmladek@suse.cz>2011-03-25 12:13:50 +0100
commitd9aaf201775d9e72f35eec514b5f7de488b24183 (patch)
tree69026b25bd51912ee778abc74d2313fa4a3db8d4 /set_soenv.in
parent928402389fa8b2e4f7e30e7ba1af31c66addbe11 (diff)
set build depencencies against the new "translations" module
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 280f802c3134..5f7c9328d093 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1520,7 +1520,7 @@ my $BUILD_TYPE = "@BUILD_TYPE@";
if ('@WITH_LANG@' ne "")
{
- $BUILD_TYPE = "@BUILD_TYPE@ L10N";
+ $BUILD_TYPE = "@BUILD_TYPE@ TRANSLATIONS";
}
else
{