Commit aea61256ca91688c4d1fa5cc068200744617be67

Authored by Rodrigo Siqueira de Melo
1 parent 45eee05c

Fix Makefile and update release

Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Makefile
1 1 PACKAGE = noosfero-spb
2   -VERSION = 4.0~rc3
  2 +VERSION = 4.1
3 3 DISTDIR = $(PACKAGE)-$(VERSION)
4 4 TARBALL = $(DISTDIR).tar.gz
5 5  
... ... @@ -12,7 +12,7 @@ noosfero_dir=/usr/lib/noosfero
12 12  
13 13 dist: clean
14 14 mkdir $(DISTDIR)
15   - tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xzf -)
  15 + tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xaf -)
16 16 tar --exclude=.git -czf $(TARBALL) $(DISTDIR)
17 17  
18 18 clean:
... ...