myman: termux_step_extract_package->termux_step_get_source
The function has been renamed in termux-packages.
This commit is contained in:
parent
7de9fb86c4
commit
15a3950e1d
@ -11,7 +11,7 @@ TERMUX_PKG_HOSTBUILD=true
|
|||||||
# myman is installed twice for no reason
|
# myman is installed twice for no reason
|
||||||
TERMUX_PKG_RM_AFTER_INSTALL="bin/myman-$TERMUX_PKG_VERSION"
|
TERMUX_PKG_RM_AFTER_INSTALL="bin/myman-$TERMUX_PKG_VERSION"
|
||||||
|
|
||||||
termux_step_extract_package() {
|
termux_step_get_source() {
|
||||||
cd $TERMUX_PKG_CACHEDIR
|
cd $TERMUX_PKG_CACHEDIR
|
||||||
termux_download "${TERMUX_PKG_SRCURL}" "$(basename ${TERMUX_PKG_SRCURL})" "${TERMUX_PKG_SHA256}"
|
termux_download "${TERMUX_PKG_SRCURL}" "$(basename ${TERMUX_PKG_SRCURL})" "${TERMUX_PKG_SHA256}"
|
||||||
tar -xf "$(basename ${TERMUX_PKG_SRCURL})"
|
tar -xf "$(basename ${TERMUX_PKG_SRCURL})"
|
||||||
|
Loading…
Reference in New Issue
Block a user