From 962d2e091a2100d533096f5622ed53978d6b07ee Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 9 Dec 2011 12:34:22 +0100 Subject: [PATCH] Fix accidentially committed line. --- macros/constants.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5