builder: Fix typo in patch applying

It was using git, not patch
tingping/wmclass
Alexander Larsson 2015-12-15 08:14:20 +01:00
parent ca06b3e66f
commit efe378f46c
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ patch (GFile *dir,
va_list ap;
va_start (ap, error);
res = xdg_app_spawn (dir, NULL, error, "git", ap);
res = xdg_app_spawn (dir, NULL, error, "patch", ap);
va_end (ap);
return res;