Module: wine Branch: master Commit: 258a2128b9715ec699b0946265feb78bda24f322 URL: http://source.winehq.org/git/wine.git/?a=commit;h=258a2128b9715ec699b0946265...
Author: Joel Holdsworth joel@airwebreathe.org.uk Date: Tue Apr 20 23:50:52 2010 +0100
tools: Fixed buildicon to use the path of rsvg provided in the environment variable.
---
tools/buildicon | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/buildicon b/tools/buildicon index 4c6a088..ec2ec69 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(