summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-07-29 11:03:28 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-07-29 11:03:28 +0000
commit1c6214523bd3022f63f882ff6e066a02a9f70cb7 (patch)
tree9d6eac21555109155df5c592fc30563a19d948fe
parentAdded makefile. (diff)
downloadgentoo-vdr-scripts-1c6214523bd3022f63f882ff6e066a02a9f70cb7.tar.gz
gentoo-vdr-scripts-1c6214523bd3022f63f882ff6e066a02a9f70cb7.tar.bz2
gentoo-vdr-scripts-1c6214523bd3022f63f882ff6e066a02a9f70cb7.zip
Fixed packaging a tar.bz2 file.
svn path=/eselect-module/trunk/; revision=489
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d6a54c..97d0f20 100644
--- a/Makefile
+++ b/Makefile
@@ -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