From 03b296f8119e25b99b0bffaebfacea6991222452 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 2 Feb 2020 23:35:52 -0500 Subject: [PATCH] fix missing exec permissions on replaced config.sub --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1b922a..07d111a 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ musl-git-%: mkdir $@.tmp ( cd $@.tmp && find ../$< -path '*/*/*' -prune -exec sh -c 'ln -s "$$@" .' ':' {} + ) test ! -d patches/$@ || cat patches/$@/* | ( cd $@.tmp && $(COWPATCH) -p1 ) - test ! -f $