hooks/xdelta: style twerks.
This commit is contained in:
parent
8ff17f52f3
commit
c0afddcdbc
2 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# This hook generates vcdiffs
|
||||
|
||||
hook() {
|
||||
set -x
|
||||
type -P xdelta3 > /dev/null || return 0;
|
||||
type -P xdelta3 > /dev/null || return 0
|
||||
|
||||
find $XBPS_REPOSITORY -name '*.genVcdiff' | xargs -r sha256sum | \
|
||||
while read chk oldfile; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue