From f74fbf2f186be3dcc66a83b761a27af211ef2d9a Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 31 May 2020 17:04:43 -0400 Subject: [PATCH] fix problem with gettext build --- tools.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools.sh b/tools.sh index 31df151..bc7fec4 100755 --- a/tools.sh +++ b/tools.sh @@ -797,7 +797,6 @@ function Gettext { pushd ${TOPDIR}/BUILD >> /dev/null 2>&1 unpack "${pkg}" pushd ${pkg_dir} >> /dev/null 2>&1 - cd gettext-tools > /dev/null 2>&1 msg_line " Configure: " ./configure --disable-shared >> ${logfile} 2>&1 msg_success