Commit 79fc32c6e937a0574db04f180ba3b7489288d449
1 parent
5e86f4cc
Exists in
master
and in
1 other branch
Changed compression to always use gzip
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
@@ -30,7 +30,7 @@ sdist: $(TARBALL) | @@ -30,7 +30,7 @@ sdist: $(TARBALL) | ||
30 | $(TARBALL): | 30 | $(TARBALL): |
31 | mkdir -p $$(dirname $(TARBALL)) | 31 | mkdir -p $$(dirname $(TARBALL)) |
32 | $(RM) $(TARBALL) | 32 | $(RM) $(TARBALL) |
33 | - tar caf $(TARBALL) $(SOURCES) $(DISTDIR) | 33 | + tar czf $(TARBALL) $(SOURCES) $(DISTDIR) |
34 | 34 | ||
35 | distclean: | 35 | distclean: |
36 | $(RM) -r $$(dirname $(TARBALL)) src/ | 36 | $(RM) -r $$(dirname $(TARBALL)) src/ |