SHA256
1
0
forked from pool/qemu

Accepting request 887364 from home:bfrogers:branches:Virtualization

Tweak of README.PACKAGING

OBS-URL: https://build.opensuse.org/request/show/887364
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=640
This commit is contained in:
Bruce Rogers 2021-04-21 18:53:01 +00:00 committed by Git OBS Bridge
parent 89f4c76e4e
commit 03fb60ec0f
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1f7600d95e9f7dc6b5e62a251aae661d059047af6173f631a76494df16423c8
size 109580
oid sha256:efac9c8c227a19a38d7ab7ce7739d477c22732a6f6fcee07ce6b86d5d4f88ea7
size 109568

View File

@ -522,7 +522,11 @@ for entry in ${BUNDLE_FILES[@]}; do
else
PREFIX=$(echo $VALUE|tail -c 5)
fi
cp $patchname savedir/$PREFIX-$patchname
if [[ "$NUMBERED_PATCHES" = "0" ]]; then
cp $patchname savedir/$PREFIX-$patchname
else
cp $patchname savedir/$patchname
fi
let COUNTER+=1
done
fi