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

BF: Bug in adjusted hdrinstall

parent 5babe8a1
No related branches found
No related tags found
No related merge requests found
...@@ -125,9 +125,9 @@ hdrinstall: ...@@ -125,9 +125,9 @@ hdrinstall:
${INSTALL} -m 0664 $$hdrfile ${dest_INCDIR}/${PROJNAME}/ ; \ ${INSTALL} -m 0664 $$hdrfile ${dest_INCDIR}/${PROJNAME}/ ; \
elif [ -d $$hdrfile ]; then \ elif [ -d $$hdrfile ]; then \
echo ${CP} -r $$hdrfile ${dest_INCDIR}/${PROJNAME}/ ; \ echo ${CP} -r $$hdrfile ${dest_INCDIR}/${PROJNAME}/ ; \
${CP} -r $$hdrfile ${dest_INCDIR}/${PROJNAME}/ ; \ ${CP} -r $$hdrfile ${dest_INCDIR}/${PROJNAME}/ ; \
find ${dest_INCDIR}/${PROJNAME}/ -type d -exec chmod 0755 {}\; \ find ${dest_INCDIR}/${PROJNAME}/ -type d -exec chmod 0755 {} \; ; \
find ${dest_INCDIR}/${PROJNAME}/ -type f -exec chmod 0644 {}\; \ find ${dest_INCDIR}/${PROJNAME}/ -type f -exec chmod 0644 {} \; ; \
fi; \ fi; \
done done
......
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