From d78d3ef1d310227a143f0fe5a09c8b09aa898abf Mon Sep 17 00:00:00 2001 From: Arthur Del Esposte Date: Mon, 27 Jul 2015 17:35:44 -0300 Subject: [PATCH] Add spb_migrations to Makefile and update version to 3.4 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b920fef..bd7c18c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = noosfero-spb -VERSION = 3.3 +VERSION = 3.4 DISTDIR = $(PACKAGE)-$(VERSION) TARBALL = $(DISTDIR).tar.gz @@ -22,6 +22,8 @@ clean: install: install -d -m 0755 $(DESTDIR)/$(plugins_dir)/software_communities cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/ + install -d -m 0755 $(DESTDIR)/$(plugins_dir)/spb_migrations + cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/spb_migrations/ install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ cd $(DESTDIR)/$(plugins_dir)/software_communities/ && \ -- libgit2 0.21.2