Skip to content

Commit 82c4bd9

Browse files
committed
fix: fix termux-packages build issue
1 parent 3f1276e commit 82c4bd9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

appstore/termux-packages/build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ termux_step_post_get_source() {
1717
}
1818

1919
termux_step_pre_configure() {
20+
TERMUX_PKG_SRCDIR="$TERMUX_PKG_SRCDIR/appstore"
2021
termux_setup_meson
2122
termux_setup_glib_cross_pkg_config_wrapper
2223
}
23-
24-
termux_step_configure() {
25-
TERMUX_PKG_SRCDIR="$TERMUX_PKG_SRCDIR/appstore"
26-
TERMUX_PKG_BUILDDIR="$TERMUX_PKG_SRCDIR/build"
27-
}

0 commit comments

Comments
 (0)