chore(x11/the-powder-toy): install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2023-07-13 12:13:08 +02:00
parent 2a9a9993d7
commit 5cd6df2a27
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
"
termux_step_make_install() {
install -Dm700 -t $TERMUX_PREFIX/bin powder
ln -sf powder $TERMUX_PREFIX/bin/the-powder-toy
install -Dm700 -t $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin powder
ln -sf powder $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin/the-powder-toy
}