build(striker-ui): don't preserve permissions when copying from source

main
Tsu-ba-me 4 years ago
parent 16e6fdfdd0
commit 3a515b7392
  1. 2
      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))

Loading…
Cancel
Save