From: Joel Holdsworth Date: Tue, 20 Apr 2010 22:50:52 +0000 (+0100) Subject: tools: Fixed buildicon to use the path of rsvg provided in the environment variable. X-Git-Tag: wine-1.1.44~477 X-Git-Url: http://git.etersoft.ru/projects/?a=commitdiff_plain;h=258a2128b9715ec699b0946265feb78bda24f322;p=wine%2Feterwine.git tools: Fixed buildicon to use the path of rsvg provided in the environment variable. --- diff --git a/tools/buildicon b/tools/buildicon index 4c6a0888da..ec2ec69ef7 100755 --- a/tools/buildicon +++ b/tools/buildicon @@ -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(