xbps-src: make 'extract' target also fetch distfiles.
This commit is contained in:
parent
9f8ea82ea5
commit
53dd86fc6e
1 changed files with 2 additions and 5 deletions
|
@ -369,11 +369,8 @@ extract|fetch|info)
|
|||
info_tmpl
|
||||
exit $?
|
||||
fi
|
||||
if [ "$target" = "fetch" ]; then
|
||||
. $XBPS_SHUTILSDIR/fetch_funcs.sh
|
||||
fetch_distfiles $update_checksum
|
||||
exit $?
|
||||
fi
|
||||
. $XBPS_SHUTILSDIR/fetch_funcs.sh
|
||||
fetch_distfiles $update_checksum
|
||||
. $XBPS_SHUTILSDIR/extract_funcs.sh
|
||||
extract_distfiles
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue