From 06f8e4f960b27ff5dd044e5098e597a40e64f4b8 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 1 Mar 2022 21:41:22 +0100 Subject: Makefile, hooks: Static target precondition for pkgs, copy .avx2 builds Convenience packages are anyway built from static builds. Signed-off-by: Stefano Brivio --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8387719..a2640ff 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ uninstall: -${RM} $(DESTDIR)$(prefix)/share/man/man1/pasta.1 -${RM} $(DESTDIR)$(prefix)/share/man/man1/qrap.1 -pkgs: +pkgs: static tar cf passt.tar -P --xform 's//\/usr\/bin\//' $(BIN) tar rf passt.tar -P --xform 's//\/usr\/share\/man\/man1\//' \ passt.1 pasta.1 qrap.1 -- cgit v1.2.3