diff --git a/releng/releng_isojigdo b/releng/releng_isojigdo index 1f003e49..26c64a37 100755 --- a/releng/releng_isojigdo +++ b/releng/releng_isojigdo @@ -128,7 +128,7 @@ RES="${RELENG_IMG}.iso ${RELENG_IMG}.new ${RELENG_IMG}.md5 ${RELENG_IMG}.jigdo $ "${RELENG_XORRISO}" -version if ! "${RELENG_XORRISO}" -version | grep libjte >/dev/null 2>&1; then printf "\n${SELF}: JTE not supported with this xorriso build. Install jigit >=1.18 and rebuild." - printf "\n${SELF}: See http://www.einval.com/~steve/software/JTE/\n" + printf "\n${SELF}: http://www.einval.com/~steve/software/JTE/\n" cleanup exit 9 fi @@ -232,7 +232,7 @@ if which jigdo-gen-md5-list >/dev/null 2>&1; then printf "Done.\n" else printf "\n${SELF}: Not found: jigdo-gen-md5-list. Install jigit >= 1.18." - printf "\n${SELF}: See http://www.einval.com/~steve/software/JTE/\n" + printf "\n${SELF}: http://www.einval.com/~steve/software/JTE/\n" cleanup exit 14 fi @@ -265,7 +265,7 @@ if which jigit-mkimage >/dev/null 2>&1; then printf "Done.\n" else printf "\n${SELF}: Not found: jigit-mkimage. Install jigit." - printf "\n${SELF}: See http://www.einval.com/~steve/software/JTE/\n" + printf "\n${SELF}: http://www.einval.com/~steve/software/JTE/\n" cleanup exit 15 fi