From 75796e6684ecf9be22afbb8d9852b799fa008226 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 9 Sep 2016 14:41:05 -0500 Subject: [PATCH] One more tweak to patches section --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 611ebd5..6945863 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ $(SRCDIR): $(ARCHIVE) fi $(SRCDIR)/config.log: $(SRCDIR) - @cd $(SRCDIR) && for patch in $(PATCHDIR)/*.patch; do \ + @cd $(SRCDIR) && for patch in `find $(PATCHDIR) -name \*.patch`; do \ patch --verbose -Np0 -i $$patch; \ done @cd $(SRCDIR); \