Makefile: +x scripts copied into www-root

master
Mike Gerwitz 2020-05-20 00:57:20 -04:00
parent 4d53191079
commit 6cae83cd1f
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 2 additions and 0 deletions

View File

@ -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/%