1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 00:07:06 +00:00

Rename termux_step_post_extract_package->termux_step_post_get_source

This commit is contained in:
Henrik Grimler 2020-07-21 09:46:17 +02:00
parent 1c3eae9c3d
commit b2a23ca9cb

View File

@ -6,7 +6,7 @@ TERMUX_PKG_SRCURL=https://github.com/jmacd/xdelta/archive/v${TERMUX_PKG_VERSION}
TERMUX_PKG_SHA256=7515cf5378fca287a57f4e2fee1094aabc79569cfe60d91e06021a8fd7bae29d
TERMUX_PKG_DEPENDS=liblzma
termux_step_post_extract_package() {
termux_step_post_get_source() {
TERMUX_PKG_SRCDIR+=/xdelta3
}