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

BF: depend.sh needs to be executable

parent 74c9cbe4
No related branches found
No related tags found
1 merge request!41Bf/permissions
...@@ -19,6 +19,7 @@ install: ...@@ -19,6 +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 0755 config/depend.sh ${PREFIX}/config/
${INSTALL} -m 0644 doc/fsl.css ${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/
......
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