http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8f2302
)
tools: Fixed buildicon to use the path of rsvg provided in the environment variable.
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Tue, 20 Apr 2010 22:50:52 +0000
(23:50 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 21 Apr 2010 09:57:32 +0000
(11:57 +0200)
tools/buildicon
patch
|
blob
|
blame
|
history
diff --git
a/tools/buildicon
b/tools/buildicon
index 4c6a0888da6638da4796d7af2a0c82239f749ce4..ec2ec69ef70f0dce5f23e3483b03b9505b7f4259 100755
(executable)
--- 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(