tools: Fixed buildicon to use the path of rsvg provided in the environment variable.

This commit is contained in:
Joel Holdsworth 2010-04-20 23:50:52 +01:00 committed by Alexandre Julliard
parent b8f2302776
commit 258a2128b9
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ sub fallback_render
}
# Render the SVG image
shell 'rsvg', $svgFileName, $renderedSVGFileName;
shell $rsvg, $svgFileName, $renderedSVGFileName;
# Render the images in the SVG
my $parser = new XML::Parser(