common/hooks: delta creation: only generate own delta for own XBPS_TARGET_MACHINE
This commit is contained in:
parent
b317e8ff03
commit
0f20ab1139
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
hook() {
|
||||
type -P xdelta3 > /dev/null || return 0
|
||||
|
||||
find $XBPS_REPOSITORY -name '*.genVcdiff' | xargs -r sha256sum | \
|
||||
find $XBPS_REPOSITORY -name "${XBPS_TARGET_MACHINE}-repodata.genVcdiff" | xargs -r sha256sum | \
|
||||
while read chk oldfile; do
|
||||
newfile=${oldfile/.genVcdiff/}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue