Skip to content
Snippets Groups Projects
Commit 5d034711 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: install errors if it gets given a dir name

parent 6edeee8f
No related branches found
No related tags found
1 merge request!23BF: install errors if it gets given a dir name
Pipeline #10383 canceled
...@@ -19,7 +19,7 @@ install: ...@@ -19,7 +19,7 @@ install:
${INSTALL} -m 0755 bin/* ${PREFIX}/share/fsl/bin/ ${INSTALL} -m 0755 bin/* ${PREFIX}/share/fsl/bin/
${INSTALL} -m 0644 config/* ${PREFIX}/config/ ${INSTALL} -m 0644 config/* ${PREFIX}/config/
${INSTALL} -m 0755 config/supportedGencodes.sh ${PREFIX}/config/ ${INSTALL} -m 0755 config/supportedGencodes.sh ${PREFIX}/config/
${INSTALL} -m 0644 doc/* ${PREFIX}/doc/ ${INSTALL} -m 0644 doc/fsl.css ${PREFIX}/doc/
${INSTALL} -m 0644 doc/images/* ${PREFIX}/doc/images/ ${INSTALL} -m 0644 doc/images/* ${PREFIX}/doc/images/
${INSTALL} -m 0644 etc/fslconf/* ${PREFIX}/etc/fslconf/ ${INSTALL} -m 0644 etc/fslconf/* ${PREFIX}/etc/fslconf/
${INSTALL} -m 0644 etc/flirtsch/* ${PREFIX}/etc/flirtsch/ ${INSTALL} -m 0644 etc/flirtsch/* ${PREFIX}/etc/flirtsch/
......
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