From 258a2128b9715ec699b0946265feb78bda24f322 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Tue, 20 Apr 2010 23:50:52 +0100 Subject: [PATCH] tools: Fixed buildicon to use the path of rsvg provided in the environment variable. --- tools/buildicon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildicon b/tools/buildicon index 4c6a0888da6..ec2ec69ef70 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(