From b2892f309ea2c42ff8e21f94410c8a42fe13eade Mon Sep 17 00:00:00 2001 From: Thiago Ribeiro Date: Tue, 26 May 2015 14:00:55 -0300 Subject: [PATCH] Fix path to plugin software_communities. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3fcd7b6..b98cf68 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TARBALL = $(DISTDIR).tar.gz all: @echo Nothing to be $@, all good. -plugins_dir=/usr/lib/noosfero/plugins +plugin_dir=/usr/lib/noosfero/plugins/software_communities themes_dir=/usr/lib/noosfero/public/designs/themes noosfero_dir=/usr/lib/noosfero @@ -24,4 +24,4 @@ install: cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/ install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ - cd $(noosfero_dir) && sudo bundle exec rake -f $(plugins_dir)/software_communities/Rakefile + cd $(plugin_dir) && sudo bundle exec rake -- libgit2 0.21.2