give pointers to jigit upstream site

This commit is contained in:
George Danchev 2011-06-26 05:56:15 +00:00
parent 96f5c87336
commit f9bba7313e
1 changed files with 4 additions and 2 deletions

View File

@ -92,7 +92,8 @@ if which jigdo-gen-md5-list >/dev/null 2>&1; then
jigdo-gen-md5-list ${DIR} > ${IMG}.md5
printf "Done.\n"
else
printf "\n$0: Not found: jigdo-gen-md5-list. Install jigit.\n"
printf "\n$0: Not found: jigdo-gen-md5-list. Install jigit."
printf "\n$0: See http://www.einval.com/~steve/software/JTE/\n"
exit 1
fi
@ -146,7 +147,8 @@ if which jigit-mkimage >/dev/null 2>&1; then
-o ${IMG}.new
printf "Done.\n"
else
printf "\n$0: Not found: jigit-mkimage. Install jigit.\n"
printf "\n$0: Not found: jigit-mkimage. Install jigit."
printf "\n$0: See http://www.einval.com/~steve/software/JTE/\n"
exit 1
fi