From: Michael Tremer Date: Fri, 9 Dec 2011 11:34:22 +0000 (+0100) Subject: Fix accidentially committed line. X-Git-Tag: 0.9.19~12^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=962d2e091a2100d533096f5622ed53978d6b07ee;p=pakfire.git Fix accidentially committed line. --- diff --git a/macros/constants.macro b/macros/constants.macro index 80ca85373..8a9121d27 100644 --- a/macros/constants.macro +++ b/macros/constants.macro @@ -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