more consistent descriptions for additional apps
This commit is contained in:
parent
58cfe6ae60
commit
300728f3b7
@ -128,7 +128,7 @@ RES="${RELENG_IMG}.iso ${RELENG_IMG}.new ${RELENG_IMG}.md5 ${RELENG_IMG}.jigdo $
|
|||||||
"${RELENG_XORRISO}" -version
|
"${RELENG_XORRISO}" -version
|
||||||
if ! "${RELENG_XORRISO}" -version | grep libjte >/dev/null 2>&1; then
|
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}: 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
|
cleanup
|
||||||
exit 9
|
exit 9
|
||||||
fi
|
fi
|
||||||
@ -232,7 +232,7 @@ if which jigdo-gen-md5-list >/dev/null 2>&1; then
|
|||||||
printf "Done.\n"
|
printf "Done.\n"
|
||||||
else
|
else
|
||||||
printf "\n${SELF}: Not found: jigdo-gen-md5-list. Install jigit >= 1.18."
|
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
|
cleanup
|
||||||
exit 14
|
exit 14
|
||||||
fi
|
fi
|
||||||
@ -265,7 +265,7 @@ if which jigit-mkimage >/dev/null 2>&1; then
|
|||||||
printf "Done.\n"
|
printf "Done.\n"
|
||||||
else
|
else
|
||||||
printf "\n${SELF}: Not found: jigit-mkimage. Install jigit."
|
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
|
cleanup
|
||||||
exit 15
|
exit 15
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user