Skip to content
Snippets Groups Projects
Commit 31794683 authored by Mick Jordan's avatar Mick Jordan
Browse files

set execute bits on all bin scripts

parent 4b0f1ce4
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ $(FASTR_BINDIR)/R: Makefile R.sh Rscript.sh Rscript_exec.sh
cp R.sh $(FASTR_BINDIR)/exec/R
cp Rscript_exec.sh $(FASTR_BINDIR)/exec/Rscript
cp Rscript.sh $(FASTR_BINDIR)/Rscript
chmod +x $(FASTR_BINDIR)/exec/R $(FASTR_BINDIR)/exec/Rscript $(FASTR_BINDIR)/Rscript
chmod +x $(FASTR_BINDIR)/R $(FASTR_BINDIR)/exec/R $(FASTR_BINDIR)/exec/Rscript $(FASTR_BINDIR)/Rscript
cp $(SUPPORT_SCRIPTS) $(FASTR_BINDIR)
sed -e 's!\(^R_HOME_DIR=\)\(.*\)!\1"$(FASTR_R_HOME)"!' < $(R_SCRIPT) > $(FASTR_BINDIR)/R
touch $(FASTR_ETCDIR)/ldpaths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment