fix problem with gettext build

This commit is contained in:
Chris Cromer 2020-05-31 17:04:43 -04:00
parent 8075f6f42d
commit f74fbf2f18
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 0 additions and 1 deletions

View File

@ -797,7 +797,6 @@ function Gettext {
pushd ${TOPDIR}/BUILD >> /dev/null 2>&1 pushd ${TOPDIR}/BUILD >> /dev/null 2>&1
unpack "${pkg}" unpack "${pkg}"
pushd ${pkg_dir} >> /dev/null 2>&1 pushd ${pkg_dir} >> /dev/null 2>&1
cd gettext-tools > /dev/null 2>&1
msg_line " Configure: " msg_line " Configure: "
./configure --disable-shared >> ${logfile} 2>&1 ./configure --disable-shared >> ${logfile} 2>&1
msg_success msg_success