Skip to content

Commit

Permalink
Fix a typo in tools/png_recompress.sh and fix some svn:ignore.
Browse files Browse the repository at this point in the history
SVN-Revision: 5270
  • Loading branch information
Arvid Norlander committed Jan 8, 2008
1 parent 3475f74 commit 1dac368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/png_recompress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1dac368

Please sign in to comment.