Install include files with mode 444.

This commit is contained in:
Marcel Moolenaar 1999-12-11 13:38:04 +00:00
parent 337c65c54d
commit b3682048b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54435
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ SYMLINKS+=libncurses_p.a ${LIBDIR}/libtinfo_p.a
.endif
beforeinstall: ${HEADERS}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${HEADERS} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${HEADERS} \
${DESTDIR}/usr/include
rm -f ${DESTDIR}/usr/include/ncurses.h
ln -s curses.h ${DESTDIR}/usr/include/ncurses.h

View File

@ -245,7 +245,7 @@ SYMLINKS+=libncurses_p.a ${LIBDIR}/libtinfo_p.a
.endif
beforeinstall: ${HEADERS}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${HEADERS} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${HEADERS} \
${DESTDIR}/usr/include
rm -f ${DESTDIR}/usr/include/ncurses.h
ln -s curses.h ${DESTDIR}/usr/include/ncurses.h