aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-04-05 13:02:44 -0700
committerDan Fandrich <danf@mageia.org>2024-04-05 13:04:43 -0700
commit33e445767642cd5678e9c505c6fd8bab32fbc1d7 (patch)
tree3313eea726ba51e4980a96753cc6a4f0efcd0835 /Makefile
parent82bfec6e44209b4e1bce115e4adca62d0fffb279 (diff)
downloadmgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.tar
mgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.tar.gz
mgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.tar.bz2
mgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.tar.xz
mgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.zip
Fix make tar to compress the file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a087b87..77687a2 100644
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,4 @@ install:
install -m 644 lib/MGA/Advisories.pm $(DESTDIR)$(perldir)/MGA
tar:
- git archive HEAD --prefix=$(TARNAME)-$(VERSION)/ -o $(TARNAME)-$(VERSION).tar.xz
+ git archive HEAD --prefix=$(TARNAME)-$(VERSION)/ | xz > $(TARNAME)-$(VERSION).tar.xz