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

MNT: Leave tcl, doc, data destinations in $FSLDIR/, rather than $FSLDIR/etc/fsl/

parent fa60e869
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,10 @@ DESTDIR = ${FSLDEVDIR}
dest_INCDIR = ${DESTDIR}/include
dest_LIBDIR = ${DESTDIR}/lib
dest_BINDIR = ${DESTDIR}/bin
dest_TCLDIR = ${DESTDIR}/etc/fsl/tcl
dest_TCLDIR = ${DESTDIR}/tcl
dest_PYDIR = ${DESTDIR}/etc/fsl/python
dest_DOCDIR = ${DESTDIR}/etc/fsl/doc
dest_DATADIR = ${DESTDIR}/etc/fsl/data
dest_DOCDIR = ${DESTDIR}/doc
dest_DATADIR = ${DESTDIR}/data
# Standard header/library locations for compiling/linking
INCDIR = ${FSLDIR}/include
......
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