From: Stefan Schantl Date: Mon, 26 Dec 2011 15:48:52 +0000 (+0100) Subject: Fix patch process on manual patch lists. X-Git-Tag: 0.9.20~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cedc89dc57b095aa64d8d5ecc55262c598d25772;p=pakfire.git Fix patch process on manual patch lists. On manual listing of patches, the first patch has been applied, all other accidently directly executed. --- diff --git a/macros/build.macro b/macros/build.macro index 5d6a003e8..90790cf5c 100644 --- a/macros/build.macro +++ b/macros/build.macro @@ -58,7 +58,7 @@ MACRO_PERL_CLEANUP xargs --no-run-if-empty rm -f end -MACRO_PATCHES = /usr/lib/pakfire/patch --search-path=%{DIR_PATCHES} %{patches} +MACRO_PATCHES = /usr/lib/pakfire/patch --search-path=%{DIR_PATCHES} "%{patches}" # Pre-defined build scripts. build