Blame


1 8a35f56c 2022-07-16 thomas .include "../Makefile.inc"
2 8a35f56c 2022-07-16 thomas
3 8a35f56c 2022-07-16 thomas realinstall:
4 8a35f56c 2022-07-16 thomas if [ ! -d ${DESTDIR}${CHROOT_DIR}${LIBEXECDIR}/. ]; then \
5 8a35f56c 2022-07-16 thomas ${INSTALL} -d -o root -g daemon -m 755 \
6 8a35f56c 2022-07-16 thomas ${DESTDIR}${CHROOT_DIR}${LIBEXECDIR}; \
7 8a35f56c 2022-07-16 thomas fi
8 8a35f56c 2022-07-16 thomas ${INSTALL} ${INSTALL_COPY} -o root -g daemon -m 755 ${PROG} \
9 8a35f56c 2022-07-16 thomas ${DESTDIR}${CHROOT_DIR}${LIBEXECDIR}/${PROG}
10 8a35f56c 2022-07-16 thomas
11 8a35f56c 2022-07-16 thomas NOMAN = Yes