chore(main/hcloud): install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2022-08-14 21:48:17 +02:00
parent a2f955d4db
commit 298fd89877
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ termux_step_make() {
}
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin hcloud
install -Dm700 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin hcloud
}