diff options
author | 2007-07-29 11:03:28 +0000 | |
---|---|---|
committer | 2007-07-29 11:03:28 +0000 | |
commit | baf7a1f533ae6a61a8d16bdf16b8ef7a87d5af96 (patch) | |
tree | 9d6eac21555109155df5c592fc30563a19d948fe | |
parent | Added makefile. (diff) | |
download | gentoo-vdr-scripts-eselect-module-0.0.2.tar.gz gentoo-vdr-scripts-eselect-module-0.0.2.tar.bz2 gentoo-vdr-scripts-eselect-module-0.0.2.zip |
Fixed packaging a tar.bz2 file.eselect-module-0.0.2
svn path=/eselect-module/tags/0.0.2/; revision=489
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) - @tar czf $(ARCHIVE).tar.bz2 -C $(TMPDIR) $(ARCHIVE) + @tar cjf $(ARCHIVE).tar.bz2 -C $(TMPDIR) $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(ARCHIVE).tar.bz2 |