Commit b2892f309ea2c42ff8e21f94410c8a42fe13eade

Authored by Thiago Ribeiro
1 parent 982d40c5

Fix path to plugin software_communities.

Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Makefile
... ... @@ -6,7 +6,7 @@ TARBALL = $(DISTDIR).tar.gz
6 6 all:
7 7 @echo Nothing to be $@, all good.
8 8  
9   -plugins_dir=/usr/lib/noosfero/plugins
  9 +plugin_dir=/usr/lib/noosfero/plugins/software_communities
10 10 themes_dir=/usr/lib/noosfero/public/designs/themes
11 11 noosfero_dir=/usr/lib/noosfero
12 12  
... ... @@ -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) && sudo bundle exec rake -f $(plugins_dir)/software_communities/Rakefile
  27 + cd $(plugin_dir) && sudo bundle exec rake
... ...