dialog: Remove whiptail symlink

Effectively reverting commit d308429ede.
This commit is contained in:
Tee KOBAYASHI 2021-12-19 15:38:10 +09:00 committed by Leonid Pliushch
parent 3303896573
commit bfc75bf297

View File

@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_DEPENDS="libandroid-support, ncurses"
TERMUX_PKG_VERSION="1.3-20210621"
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/dialog-${TERMUX_PKG_VERSION}.tgz
TERMUX_PKG_SHA256=c3af22ccfcd9baca384062108dd9354e86990929ee270c239eef69518c5da7c8
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ncursesw --enable-widec --with-pkg-config"
@ -22,6 +22,4 @@ termux_step_pre_configure() {
termux_step_post_make_install() {
rm $TERMUX_PREFIX/lib/libtinfo.so
cd $TERMUX_PREFIX/bin
ln -f -s dialog whiptail
}