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
|
info_tmpl
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
if [ "$target" = "fetch" ]; then
|
|
||||||
. $XBPS_SHUTILSDIR/fetch_funcs.sh
|
. $XBPS_SHUTILSDIR/fetch_funcs.sh
|
||||||
fetch_distfiles $update_checksum
|
fetch_distfiles $update_checksum
|
||||||
exit $?
|
|
||||||
fi
|
|
||||||
. $XBPS_SHUTILSDIR/extract_funcs.sh
|
. $XBPS_SHUTILSDIR/extract_funcs.sh
|
||||||
extract_distfiles
|
extract_distfiles
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue