From cedc89dc57b095aa64d8d5ecc55262c598d25772 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 26 Dec 2011 16:48:52 +0100 Subject: [PATCH] Fix patch process on manual patch lists. On manual listing of patches, the first patch has been applied, all other accidently directly executed. --- macros/build.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5