commit: 2ade6e455e29e88b63436b646052bd3de19f3010
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 04:09:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 04:10:06 2023 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=2ade6e45
Makefile: use xz for dist
Signed-off-by: Sam James <sam <AT> gentoo.org>
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 10fc4fa..6014d03 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# gentoo-functions Makefile
-# Copyright 2014-2022 Gentoo Authors
+# Copyright 2014-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
VERSION = 0.17
@@ -29,7 +29,7 @@ clean:
rm -rf $(PROGRAMS)
dist:
- git archive --prefix=$(PKG)/ $(GITREF) | bzip2 > $(PKG).tar.bz2
+ git archive --prefix=$(PKG)/ $(GITREF) | xz > $(PKG).tar.xz
consoletype: consoletype.c