summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-08 10:38:09 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-08 10:38:09 +0000
commite4e2627859ff1f093526f5229d2026d34488d6bf (patch)
treeff2b25eb036a98120a7711e4965b747dc7f023cf /Makefile
parent0cf5b4529f487ed02cda6dbf919efd927f0fde01 (diff)
downloadldetect-lst-e4e2627859ff1f093526f5229d2026d34488d6bf.tar
ldetect-lst-e4e2627859ff1f093526f5229d2026d34488d6bf.tar.gz
ldetect-lst-e4e2627859ff1f093526f5229d2026d34488d6bf.tar.bz2
ldetect-lst-e4e2627859ff1f093526f5229d2026d34488d6bf.tar.xz
ldetect-lst-e4e2627859ff1f093526f5229d2026d34488d6bf.zip
(tar) compress with lzma
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3c819c52..d3bea2f8 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,7 @@ localcopy:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
tar:
- tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
- bzip2 -9vf $(PACKAGE)-$(VERSION).tar
+ tar cvfY $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)