|
Lucio Andrés Illanes Albornoz (arab, vxp) |
ffcc9c |
#
|
|
Lucio Andrés Illanes Albornoz |
e1d469 |
# set +o errexit -o noglob -o nounset is assumed.
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
ffcc9c |
#
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
ffcc9c |
|
|
Lucio Andrés Illanes Albornoz |
d279a9 |
pkg_python3_fetch_download() {
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
if ! pkg_fetch_download\
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
|| ! rtl_fileop rm "${PKG_BASE_DIR}/sbpython3"\
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
|| ! rtl_fetch_urls_git "${PKG_BASE_DIR}/build" "sbpython3=${DEFAULT_GITROOT}/python/sbpython3@main"\
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
|| ! ex_pkg_state_set "${PKG_NAME}" "fetch_download" "-fetch_extract"; then
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
return 1;
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
fi;
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
ffcc9c |
};
|
|
Lucio Andrés Illanes Albornoz (arab, vxp) |
ffcc9c |
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
# vim:filetype=sh textwidth=0
|