tools: Fixed buildicon to use the path of rsvg provided in the environment variable.
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Tue, 20 Apr 2010 22:50:52 +0000 (23:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Apr 2010 09:57:32 +0000 (11:57 +0200)
tools/buildicon

index 4c6a0888da6638da4796d7af2a0c82239f749ce4..ec2ec69ef70f0dce5f23e3483b03b9505b7f4259 100755 (executable)
@@ -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(