X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/3ce9298e8b901816d8ceef0125a465a344edc6ed..c6a9c89cb68b49a996bc664873003724a53392f8:/packages/hunspell/build.sh diff --git a/packages/hunspell/build.sh b/packages/hunspell/build.sh index 87cc19e8..5512191c 100644 --- a/packages/hunspell/build.sh +++ b/packages/hunspell/build.sh @@ -1,4 +1,4 @@ -TTERMUX_PKG_HOMEPAGE=https://hunspell.github.io +TERMUX_PKG_HOMEPAGE=https://hunspell.github.io TERMUX_PKG_DESCRIPTION="Spell checker" TERMUX_PKG_VERSION=1.6.1 TERMUX_PKG_SRCURL=https://github.com/hunspell/hunspell/archive/v${TERMUX_PKG_VERSION}.tar.gz @@ -9,6 +9,5 @@ TERMUX_PKG_FOLDERNAME=hunspell-${TERMUX_PKG_VERSION} TERMUX_PKG_BUILD_IN_SRC=yes termux_step_pre_configure() { - cd $TERMUX_PKG_SRCDIR autoreconf -vfi }