You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
299 B

--- a/configure
+++ b/configure
@@ -150,7 +150,7 @@
my $size = shift;
my $zoom_factor = $size / 90;
return "$target: $source\n" .
- "\trsvg -x $zoom_factor -y $zoom_factor $source $target";
+ "\trsvg-convert -x $zoom_factor -y $zoom_factor $source -o $target";
}
sub usage {