Skip to content
Snippets Groups Projects
Commit a39249a5 authored by Matthew Webster's avatar Matthew Webster
Browse files

Auto install links to scripts

parent 294c324a
No related branches found
No related tags found
No related merge requests found
if [ -z ${FSLDIR} ]; then exit; fi
if [ ! -d ${FSLDIR}/bin ]; then exit; fi
scripts="atlasquery imcp immv imglob"
for script in $scripts; do
if [ -f ${FSLDIR}/bin/${file} ]; then rm ${FSLDIR}/bin/${file}; fi
ln -s ${PREFIX}/bin/${file} ${FSLDIR}/bin/${file}
done
if [ -z ${FSLDIR} ]; then exit; fi
scripts="atlasquery imcp immv imglob"
for script in $scripts; do
if [ -f ${FSLDIR}/bin/${file} ]; then rm ${FSLDIR}/bin/${file}; fi
done
......@@ -127,7 +127,7 @@ setup(
'immv = fsl.scripts.immv:main',
'imcp = fsl.scripts.imcp:main',
'imglob = fsl.scripts.imglob:main',
'atlasq = fsl.scripts.atlasq:main',
'atlasquery = fsl.scripts.atlasq:main',
]
}
)
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