Commit c624a96ced1a05a0a2410e5d1c00722253644ce7
1 parent
58aeae13
Exists in
master
and in
22 other branches
GetText dependencies commented for now
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
debian/control
script/quick-start
... | ... | @@ -81,8 +81,8 @@ run rake db:schema:load |
81 | 81 | run rake db:data:minimal |
82 | 82 | run rake db:test:prepare |
83 | 83 | |
84 | -# compile translations | |
85 | -run rake noosfero:translations:compile | |
84 | +# compile translations depends on ruby-gettext-rails, please see debian/control | |
85 | +# run rake noosfero:translations:compile | |
86 | 86 | |
87 | 87 | # create needed directory |
88 | 88 | mkdir -p tmp/pids | ... | ... |