diff --git a/Makefile b/Makefile index cbc666e..9b357ec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = noosfero-spb -VERSION = 3.1 +VERSION = 3.2 DISTDIR = $(PACKAGE)-$(VERSION) TARBALL = $(DISTDIR).tar.gz @@ -8,6 +8,7 @@ all: plugins_dir=/usr/lib/noosfero/plugins themes_dir=/usr/lib/noosfero/public/designs/themes +noosfero_dir=/usr/lib/noosfero dist: clean mkdir $(DISTDIR) @@ -23,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) && bundle exec rake -f $(plugins_dir)/software_communities/Rakefile -- libgit2 0.21.2