From 33e445767642cd5678e9c505c6fd8bab32fbc1d7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 5 Apr 2024 13:02:44 -0700 Subject: Fix make tar to compress the file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1