fix some typos

This commit is contained in:
Marc Wäckerlin
2016-12-11 21:51:48 +00:00
parent eeef0174a0
commit 82ac499ff0
2 changed files with 1 additions and 4 deletions

View File

@@ -273,10 +273,7 @@ EOF
ifthenelse "${repo}" "${INSTALL_REPO} ARG"
((++i))
done
TGZFILE=$(grep PACKAGE_STRING= configure | sed "s, ,-,g;s,PACKAGE_STRING=',,g;s,',.tar.gz,g")
touch $TGZFILE
docker exec ${DOCKER_ID} ./resolve-rpmbuilddeps.sh
rm $TGZFILE
;;
esac
docker exec -u $(id -u):$(id -g) ${DOCKER_ID} ./bootstrap.sh -t "${targets}"