common/hooks: remove config variable enable vcdiff generation.
This commit is contained in:
parent
27e96f018b
commit
bdb339f5fa
3 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# this hook marks files which are about to change for generating vcdiffs
|
||||
|
||||
hook() {
|
||||
[ -z "$XBPS_GENERATE_VCDIFF" ] && return 0;
|
||||
type -P xdelta3 > /dev/null || return 0;
|
||||
|
||||
# create links to preserve old versions of repodata
|
||||
find $XBPS_REPOSITORY -name '*-repodata' | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue