]> git.ipfire.org Git - pakfire.git/commitdiff
Fix patch process on manual patch lists.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 26 Dec 2011 15:48:52 +0000 (16:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Jan 2012 12:16:37 +0000 (13:16 +0100)
On manual listing of patches, the first patch has been applied, all other accidently directly executed.

macros/build.macro

index 5d6a003e8145f2b38c57e89d95536970d4ca757c..90790cf5c3638e9c7a942ab1035a7dac8cb7067f 100644 (file)
@@ -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