mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Tweaked cp command in Makefile
This commit is contained in:
parent
87b1e8e397
commit
e4420a3e2d
2
Makefile
2
Makefile
@ -166,7 +166,7 @@ install: $(EXECS)
|
|||||||
@$(INSTALL) -v -m 0644 scripts/*.js $(ELOGDIR)/scripts/
|
@$(INSTALL) -v -m 0644 scripts/*.js $(ELOGDIR)/scripts/
|
||||||
|
|
||||||
@echo "Installing CKeditor to $(ELOGDIR)/scripts/ckeditor"
|
@echo "Installing CKeditor to $(ELOGDIR)/scripts/ckeditor"
|
||||||
cp -r scripts/ $(ELOGDIR)/scripts
|
cp -r scripts/* $(ELOGDIR)/scripts
|
||||||
|
|
||||||
@echo "Installing resources to $(ELOGDIR)/resources"
|
@echo "Installing resources to $(ELOGDIR)/resources"
|
||||||
@$(INSTALL) -m 0644 resources/* $(ELOGDIR)/resources/
|
@$(INSTALL) -m 0644 resources/* $(ELOGDIR)/resources/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user