clipp: install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2022-02-11 08:52:02 +01:00 committed by Henrik Grimler
parent 2cb7058345
commit 7b87ce36b6
1 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,6 @@ TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_make_install() {
install -Dm600 -t $TERMUX_PREFIX/include include/clipp.h
install -Dm600 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include \
include/clipp.h
}