[PATCH 1/2] buildimage: Use "rsvg-convert" as the default RSVG command.

Alex Henrie alexhenrie24 at gmail.com
Thu Oct 19 02:35:49 CDT 2017


The command "rsvg" was renamed to "rsvg-convert" five years ago.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 tools/buildimage | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/buildimage b/tools/buildimage
index cd24755806..74519fd635 100755
--- a/tools/buildimage
+++ b/tools/buildimage
@@ -42,7 +42,7 @@ my @hotspot;
 
 # Get the programs from the environment variables
 my $convert = $ENV{"CONVERT"} || "convert";
-my $rsvg = $ENV{"RSVG"} || "rsvg";
+my $rsvg = $ENV{"RSVG"} || "rsvg-convert";
 my @icotool_args = ($ENV{"ICOTOOL"} || "icotool", "--create",
                     $ext eq "cur" ? "--cursor" : "--icon", "-o", $outFileName);
 
-- 
2.14.2




More information about the wine-patches mailing list