Commit d78d3ef1d310227a143f0fe5a09c8b09aa898abf

Authored by Arthur Esposte
1 parent 7cc580a1

Add spb_migrations to Makefile and update version to 3.4

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
1 PACKAGE = noosfero-spb 1 PACKAGE = noosfero-spb
2 -VERSION = 3.3 2 +VERSION = 3.4
3 DISTDIR = $(PACKAGE)-$(VERSION) 3 DISTDIR = $(PACKAGE)-$(VERSION)
4 TARBALL = $(DISTDIR).tar.gz 4 TARBALL = $(DISTDIR).tar.gz
5 5
@@ -22,6 +22,8 @@ clean: @@ -22,6 +22,8 @@ clean:
22 install: 22 install:
23 install -d -m 0755 $(DESTDIR)/$(plugins_dir)/software_communities 23 install -d -m 0755 $(DESTDIR)/$(plugins_dir)/software_communities
24 cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/ 24 cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/
  25 + install -d -m 0755 $(DESTDIR)/$(plugins_dir)/spb_migrations
  26 + cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/spb_migrations/
25 install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme 27 install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme
26 cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ 28 cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/
27 cd $(DESTDIR)/$(plugins_dir)/software_communities/ && \ 29 cd $(DESTDIR)/$(plugins_dir)/software_communities/ && \