From 9feadaab0b9ce4e4fc20b384bad339a0d070da3b Mon Sep 17 00:00:00 2001 From: Thiago Ribeiro Date: Thu, 21 May 2015 15:06:25 -0300 Subject: [PATCH] Update Makefile to version 3.2 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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