]> git.ipfire.org Git - pakfire.git/commitdiff
Fix accidentially committed line.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Dec 2011 11:34:22 +0000 (12:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Dec 2011 11:34:22 +0000 (12:34 +0100)
macros/constants.macro

index 80ca8537313f0460b632e3fd4f3143e09053afbb..8a9121d27fa100bfb98741b241cae93bdd821794 100644 (file)
@@ -16,7 +16,7 @@ configure_options = \
 
 # By default, take all patches from the patches directory
 # in alphabetical order.
-patches = $(find . -not -type d 2>/dev/null | sort)
+patches = $(find %{DIR_PATCHES} -not -type d 2>/dev/null | sort)
 sources = %{thisapp}.tar.gz
 
 # Macro definitions