Commit 9feadaab0b9ce4e4fc20b384bad339a0d070da3b
1 parent
ddd0229f
Exists in
master
and in
79 other branches
Update Makefile to version 3.2
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
Makefile
1 | 1 | PACKAGE = noosfero-spb |
2 | -VERSION = 3.1 | |
2 | +VERSION = 3.2 | |
3 | 3 | DISTDIR = $(PACKAGE)-$(VERSION) |
4 | 4 | TARBALL = $(DISTDIR).tar.gz |
5 | 5 | |
... | ... | @@ -8,6 +8,7 @@ all: |
8 | 8 | |
9 | 9 | plugins_dir=/usr/lib/noosfero/plugins |
10 | 10 | themes_dir=/usr/lib/noosfero/public/designs/themes |
11 | +noosfero_dir=/usr/lib/noosfero | |
11 | 12 | |
12 | 13 | dist: clean |
13 | 14 | mkdir $(DISTDIR) |
... | ... | @@ -23,4 +24,4 @@ install: |
23 | 24 | cp -vr software_communities/* $(DESTDIR)/$(plugins_dir)/software_communities/ |
24 | 25 | install -d -m 0755 $(DESTDIR)/$(themes_dir)/noosfero-spb-theme |
25 | 26 | cp -vr noosfero-spb-theme/* $(DESTDIR)/$(themes_dir)/noosfero-spb-theme/ |
26 | - | |
27 | + cd $(noosfero_dir) && bundle exec rake -f $(plugins_dir)/software_communities/Rakefile | ... | ... |