Commit 982d40c5b63b5d5a68dc1b2a58ea5a2c9e0c76b9

Authored by Thiago Ribeiro
1 parent 9feadaab

Add sudo for run bundle exec.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -24,4 +24,4 @@ install: @@ -24,4 +24,4 @@ install:
24 cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/ 24 cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/
25 install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme 25 install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme
26 cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ 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