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:
parent
89f4c76e4e
commit
03fb60ec0f
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1f7600d95e9f7dc6b5e62a251aae661d059047af6173f631a76494df16423c8
|
||||
size 109580
|
||||
oid sha256:efac9c8c227a19a38d7ab7ce7739d477c22732a6f6fcee07ce6b86d5d4f88ea7
|
||||
size 109568
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user