From 1dac368b81fe76c949886ecac855ea087a6d01c7 Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Tue, 8 Jan 2008 21:23:59 +0000 Subject: [PATCH] Fix a typo in tools/png_recompress.sh and fix some svn:ignore. SVN-Revision: 5270 --- tools/png_recompress.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0