X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=tools%2Fpng_recompress.sh;h=01c06b2287d860c656e07695935d34f65eda48a6;hb=bc94afa271ad5b59dc1c3e122f75b0354913edf8;hp=5ca56743c5e5696b38064f84e71bb0d5a8437eee;hpb=4749c2f21ab069b0874dae0c08316674295f240b;p=supertux.git diff --git a/tools/png_recompress.sh b/tools/png_recompress.sh index 5ca56743c..01c06b228 100755 --- a/tools/png_recompress.sh +++ b/tools/png_recompress.sh @@ -58,10 +58,11 @@ fi if ! type advpng > /dev/null 2>&1; then echo "Can't find advpng!" - echo "This script depends on the optipng tool to be in PATH." + echo "This script depends on the advpng tool to be in PATH." echo "Please install it or, if it is already installed add the" echo "directory it is in to PATH and try again." echo "Homepage of this tool is: http://advancemame.sourceforge.net/comp-readme.html" + echo "Hint: For package name in your distro, try looking for \"advancecomp\"." exit 1 fi