Commit 52cc851d578978b4f01d7c4413666678482d43b6
1 parent
65ee1648
Exists in
master
and in
29 other branches
Cannot assume tmp/ already exists
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/tasks/gettext.rake
... | ... | @@ -8,6 +8,7 @@ task :makemo => makemo_stamp |
8 | 8 | file makemo_stamp => Dir.glob('po/*/noosfero.po') do |
9 | 9 | ruby '-rconfig/boot -e \'require "gettext"; require "gettext/utils"; GetText.create_mofiles(true, "po", "locale")\' 2>/dev/null' |
10 | 10 | Rake::Task['symlinkmo'].invoke |
11 | + FileUtils.mkdir_p 'tmp' | |
11 | 12 | FileUtils.touch makemo_stamp |
12 | 13 | end |
13 | 14 | ... | ... |