diff --git a/imagefiles/build-and-install-git.sh b/imagefiles/build-and-install-git.sh index 4d95f46..ec93a9b 100755 --- a/imagefiles/build-and-install-git.sh +++ b/imagefiles/build-and-install-git.sh @@ -33,8 +33,8 @@ tar xvzf "${GIT_ROOT}.tar.gz" --no-same-owner pushd "${GIT_ROOT}" ./configure --prefix=/usr/local --with-curl -make -j"$(nproc)" -make install +make -j"$(nproc)" NO_GETTEXT=YesPlease +make NO_GETTEXT=YesPlease install popd rm -rf "${GIT_ROOT}" "${GIT_ROOT}.tar.gz"