summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader/pack-update.sh
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-08 14:02:11 +0100
committerSimon Rettberg2021-03-08 14:02:11 +0100
commit4dec06b501444fa0df7e45026f6bcf1cefcf9717 (patch)
tree435d308c6188764ec8d3417af728ccb2fd33d26e /satellit_upgrader/pack-update.sh
parent[SS?S] ipxe: Enable VRAM_SETTINGS (diff)
downloadsetup-scripts-4dec06b501444fa0df7e45026f6bcf1cefcf9717.tar.gz
setup-scripts-4dec06b501444fa0df7e45026f6bcf1cefcf9717.tar.xz
setup-scripts-4dec06b501444fa0df7e45026f6bcf1cefcf9717.zip
[SSUS] Adapt to new dnbd3 source tarball format
Diffstat (limited to 'satellit_upgrader/pack-update.sh')
-rwxr-xr-xsatellit_upgrader/pack-update.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/satellit_upgrader/pack-update.sh b/satellit_upgrader/pack-update.sh
index bc5e97d..fb25efb 100755
--- a/satellit_upgrader/pack-update.sh
+++ b/satellit_upgrader/pack-update.sh
@@ -66,9 +66,9 @@ declare -rg LIST_LDADP="
declare -rg TGZ_DNBD3="files/dnbd3.tar.gz"
declare -rg FILES_DNBD3="
- CMakeLists.txt
- src/
- version.txt
+ dnbd3.*source/CMakeLists.txt
+ dnbd3.*source/src/
+ dnbd3.*source/inc/dnbd3/version.h
"
checkfiles () {
@@ -80,7 +80,7 @@ BEGIN {
numStrings == 0 { exit 0 }
{
for (str in strs) {
- if ( $0 == str ) {
+ if ( $0 ~ str ) {
delete strs[str]
numStrings--
}