projects
/
rrq
/
bespoke-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb1a61
)
Add target architecture to the pool list.
author
Ralph Ronnquist
<rrq@rrq.au>
Tue, 17 Sep 2024 10:42:16 +0000
(20:42 +1000)
committer
Ralph Ronnquist
<rrq@rrq.au>
Tue, 17 Sep 2024 10:42:16 +0000
(20:42 +1000)
build-installer-functions.sh
patch
|
blob
|
history
diff --git
a/build-installer-functions.sh
b/build-installer-functions.sh
index 53c6081804fa930e685b3ec1465f12e8a589b9e1..b26f23efea34fc939e0c577a606ce2ff8697ad81 100644
(file)
--- 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
}