Fix build errors for rush

This commit is contained in:
Yaksh Bariya 2021-07-10 08:19:38 +05:30
parent 0902b7e02a
commit ea194a0576
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ termux_step_make_install() {
termux_go_get -d -v
go install
install -Dm700 $TERMUX_PKG_BUILDDIR/bin/rush $TERMUX_PREFIX/bin/
install -Dm700 $TERMUX_PKG_BUILDDIR/bin/*/rush $TERMUX_PREFIX/bin/
}