summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-25 09:41:08 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-25 09:41:08 +0000
commitb420438a29a29d4e9ac1e407af6b6b3d0af6ac84 (patch)
treebe08ac5e2bf9a63bc74a64c9598faa9231fb007f /Makefile
parentbb444472999b96e5ce36b6ea8b96b2b5c1a07653 (diff)
downloadldetect-lst-b420438a29a29d4e9ac1e407af6b6b3d0af6ac84.tar
ldetect-lst-b420438a29a29d4e9ac1e407af6b6b3d0af6ac84.tar.gz
ldetect-lst-b420438a29a29d4e9ac1e407af6b6b3d0af6ac84.tar.bz2
ldetect-lst-b420438a29a29d4e9ac1e407af6b6b3d0af6ac84.tar.xz
ldetect-lst-b420438a29a29d4e9ac1e407af6b6b3d0af6ac84.zip
(tar) fix compressing with new tar
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c39daa97..2e92811d 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ localcopy:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
tar:
- tar cfY $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
+ tar cfJ $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)