Commit d78d3ef1d310227a143f0fe5a09c8b09aa898abf
1 parent
7cc580a1
Exists in
master
and in
79 other branches
Add spb_migrations to Makefile and update version to 3.4
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
Makefile
1 | 1 | PACKAGE = noosfero-spb |
2 | -VERSION = 3.3 | |
2 | +VERSION = 3.4 | |
3 | 3 | DISTDIR = $(PACKAGE)-$(VERSION) |
4 | 4 | TARBALL = $(DISTDIR).tar.gz |
5 | 5 | |
... | ... | @@ -22,6 +22,8 @@ clean: |
22 | 22 | install: |
23 | 23 | install -d -m 0755 $(DESTDIR)/$(plugins_dir)/software_communities |
24 | 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 | 27 | install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme |
26 | 28 | cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ |
27 | 29 | cd $(DESTDIR)/$(plugins_dir)/software_communities/ && \ | ... | ... |