From 3a515b73926de33b00ad1d5bf4b631f0be681b39 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Tue, 8 Jun 2021 19:11:48 -0400 Subject: [PATCH] build(striker-ui): don't preserve permissions when copying from source --- striker-ui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index dc5792d7..6a806368 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -48,7 +48,7 @@ clean: install-data-hook: -@echo "Place build output files." - cp -r $(nextoutdir)/$(outindexfile) $(nextoutdir)/$(outjsmodulesdir) $(DESTDIR)/$(htmldir)/ + cp -r --no-preserve=mode $(nextoutdir)/$(outindexfile) $(nextoutdir)/$(outjsmodulesdir) $(DESTDIR)/$(htmldir)/ -@echo "Create symlink to images to enable borrowing icon etc. without duplicating." (cd $(DESTDIR)/$(htmldir); $(LN_S) skins/alteeve/images $(outimagesdir))