From aedf727e78f01c1287d5f5b9f01c6b647a04c30c Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 9 Sep 2016 15:08:46 -0500 Subject: [PATCH] Another tweak to the paches section --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b20d116..abb8f94 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,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); \