Fix a typo in tools/png_recompress.sh and fix some svn:ignore.
authorArvid Norlander <anmaster@berlios.de>
Tue, 8 Jan 2008 21:23:59 +0000 (21:23 +0000)
committerArvid Norlander <anmaster@berlios.de>
Tue, 8 Jan 2008 21:23:59 +0000 (21:23 +0000)
SVN-Revision: 5270

tools/png_recompress.sh

index 5ca5674..01c06b2 100755 (executable)
@@ -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