diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-03-23 19:50:52 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-03-25 12:13:50 +0100 |
commit | d9aaf201775d9e72f35eec514b5f7de488b24183 (patch) | |
tree | 69026b25bd51912ee778abc74d2313fa4a3db8d4 /set_soenv.in | |
parent | 928402389fa8b2e4f7e30e7ba1af31c66addbe11 (diff) |
set build depencencies against the new "translations" module
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
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 { |