Make termshark for termux build on all supported platforms...

This commit is contained in:
Graham Clark 2019-11-11 14:46:18 -05:00 committed by Yaksh Bariya
parent 72ec5a97b4
commit a481d29d5a
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ termux_step_make() {
termux_step_make_install() {
cd $TERMUX_PKG_BUILDDIR
install -Dm700 bin/android_arm64/termshark $TERMUX_PREFIX/bin/termshark
install -Dm700 bin/android_${GOARCH}/termshark $TERMUX_PREFIX/bin/termshark
}