From c55daf1cdf7648e965a02374d37669c034e65b75 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Fri, 16 Jun 2023 12:11:11 -0700 Subject: [PATCH] Packages.gz -> Packages.bz2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c8740d..1ed8374 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ $(CONFIG_DIR)/apt-hashes-x86_64.list: /usr/local/bin/packages-update # Pin all packages in toolchain container to latest versions -$(FETCH_DIR)/apt/Packages.gz: +$(FETCH_DIR)/apt/Packages.bz2: docker run \ --rm \ --tty \