Add target architecture to the pool list.
authorRalph Ronnquist <rrq@rrq.au>
Tue, 17 Sep 2024 10:42:16 +0000 (20:42 +1000)
committerRalph Ronnquist <rrq@rrq.au>
Tue, 17 Sep 2024 10:42:16 +0000 (20:42 +1000)
build-installer-functions.sh

index 53c6081804fa930e685b3ec1465f12e8a589b9e1..b26f23efea34fc939e0c577a606ce2ff8697ad81 100644 (file)
@@ -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
 }