forked from kiss-community/kiss
Make aria2 use the absolute path
This commit is contained in:
parent
6887884127
commit
d47508c04d
3
kiss
3
kiss
@ -431,7 +431,8 @@ pkg_source_url() {
|
|||||||
|
|
||||||
# Set the arguments based on found download utility.
|
# Set the arguments based on found download utility.
|
||||||
case ${cmd_get##*/} in
|
case ${cmd_get##*/} in
|
||||||
aria2c|axel) set -- -o "$@" ;;
|
aria2c) set -- -d / -o "$@" ;;
|
||||||
|
axel) set -- -o "$@" ;;
|
||||||
curl) set -- -fLo "$@" ;;
|
curl) set -- -fLo "$@" ;;
|
||||||
wget|wget2) set -- -O "$@" ;;
|
wget|wget2) set -- -O "$@" ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user