Commit eb783989 authored by Steve Revill's avatar Steve Revill
Browse files

Corrected install location for chmod in CTools builds.

parent b4fd0116
......@@ -20,9 +20,10 @@ install_:
install_DDE: install_Dir
${MKDIR} ${INSTDIR}.Build
${MKDIR} ${INSTDIR}.Unix
${CP} Build.canonical ${INSTDIR}.canonical ${CPFLAGS}
${CP} Build.stripdepnd ${INSTDIR}.stripdepnd ${CPFLAGS}
${CP} Unix.chmod ${INSTDIR}.chmod ${CPFLAGS}
${CP} Unix.chmod ${INSTDIR}.Unix.chmod ${CPFLAGS}
${CP} Unix.mkdir ${INSTDIR}.mkdir ${CPFLAGS}
${CP} Build.InstRes ${INSTDIR}.Build.InstRes ${CPFLAGS}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment