From a2b08c5fc19eabce752840e69b9cfb387ffe6657 Mon Sep 17 00:00:00 2001 From: Santiago Torres Date: Sun, 6 Oct 2019 12:32:39 -0400 Subject: [PATCH] Makefile:compress:use the existing archlinux.tar The requirements for the compress rule used to rebuild the rootfs regardless. Update the requirement to use the existing archlinux archive for compression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8588436..9f7ff04 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ rootfs: hooks tar --numeric-owner --xattrs --acls --exclude-from=exclude -C $(BUILDDIR) -c . -f archlinux.tar rm -rf $(BUILDDIR) alpm-hooks -compress-rootfs: rootfs +compress-rootfs: archlinux.tar xz archlinux.tar docker-image: compress-rootfs