dash: create symlinks in TERMUX_PKG_MASSAGEDIR instead

This commit is contained in:
Henrik Grimler 2021-05-12 21:37:59 +02:00 committed by Henrik Grimler
parent 8f3b1aa6f4
commit 08a365a7b2
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-static"
termux_step_post_make_install() {
# Symlink sh -> dash
ln -sfr $TERMUX_PREFIX/bin/{dash,sh}
ln -sfr $TERMUX_PREFIX/share/man/man1/{dash,sh}.1
ln -sfr $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/bin/{dash,sh}
ln -sfr $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/share/man/man1/{dash,sh}.1
}