Commit 982d40c5b63b5d5a68dc1b2a58ea5a2c9e0c76b9
1 parent
9feadaab
Exists in
master
and in
79 other branches
Add sudo for run bundle exec.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
... | ... | @@ -24,4 +24,4 @@ install: |
24 | 24 | cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/ |
25 | 25 | install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme |
26 | 26 | cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ |
27 | - cd $(noosfero_dir) && bundle exec rake -f $(plugins_dir)/software_communities/Rakefile | |
27 | + cd $(noosfero_dir) && sudo bundle exec rake -f $(plugins_dir)/software_communities/Rakefile | ... | ... |