gn: install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2021-09-08 14:45:50 +02:00 committed by Henrik Grimler
parent dce8cd6e96
commit e71ed25ffd
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ termux_step_make() {
}
termux_step_make_install() {
install -Dm755 -t $TERMUX_PREFIX/bin out/gn
install -Dm755 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin out/gn
}