From 6cae83cd1fe79fd8ebff781c0ce43559d5d9cc3b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 20 May 2020 00:57:20 -0400 Subject: [PATCH] Makefile: +x scripts copied into www-root --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 268beb1..45b895d 100644 --- a/Makefile +++ b/Makefile @@ -121,6 +121,8 @@ endif webroot: www-posts $(www-files) $(www-root)/style.css: style.css install -Dma+r $< $@ +$(www-root)/%.sh: src/%.sh + install -Dma+rx $< $@ $(www-root)/%: src/% install -Dma+r $< $@ $(www-root)/fonts/%: fonts/%