From cacb363ededa159aa248728fbe07f5597989c32d Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Tue, 17 Sep 2024 20:42:16 +1000 Subject: [PATCH] Add target architecture to the pool list. --- build-installer-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-installer-functions.sh b/build-installer-functions.sh index 53c6081..b26f23e 100644 --- a/build-installer-functions.sh +++ b/build-installer-functions.sh @@ -225,6 +225,6 @@ pool_packages() { # This step includes additional packages from files # pool-packages*.list - sed '/#/d;/^$/d' pool-packages*.list + sed '/#/d;/^$/d' pool-packages*-$TARGET_ARCH.list } | sort -u } -- 2.39.2