vtm: fix license file installation

This commit is contained in:
Leonid Pliushch 2021-10-04 16:00:34 +03:00
parent 641f9f2b16
commit 54bdd1d924
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 5 additions and 0 deletions

View File

@ -14,3 +14,8 @@ termux_step_pre_configure() {
CXXFLAGS+=" -pthread"
LDFLAGS+=" -landroid-spawn"
}
termux_step_install_license() {
install -Dm600 -t $TERMUX_PREFIX/share/doc/vtm \
$TERMUX_PKG_SRCDIR/../LICENSE
}