less: Remove old workaround for broken tarball

This commit is contained in:
Fredrik Fornwall 2015-11-01 17:28:30 -05:00
parent 4e3d3c0034
commit 6c6a232e82

View File

@ -3,8 +3,3 @@ TERMUX_PKG_DESCRIPTION="Terminal pager program used to view the contents of a te
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_VERSION=481
TERMUX_PKG_SRCURL=http://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSION}.tar.gz
termux_step_pre_configure () {
# Mistake in packaging less 478
chmod +x $TERMUX_PKG_SRCDIR/configure
}