4 ${INSTALL} -d ${DESTDIR}${bindir}
5 ${INSTALL} -d ${DESTDIR}${mandir}/man8
6 ${INSTALL} -d ${DESTDIR}${CONFDIR}
7 - ${INSTALL} -o 0 -g 0 scponly ${DESTDIR}${bindir}/scponly
8 - ${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${DESTDIR}${mandir}/man8/scponly.8
9 - ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DESTDIR}${DEBUGFILE}
10 + ${INSTALL} scponly ${DESTDIR}${bindir}/scponly
11 + ${INSTALL} -m 0644 scponly.8 ${DESTDIR}${mandir}/man8/scponly.8
12 + ${INSTALL} -m 0644 debuglevel ${DESTDIR}${DEBUGFILE}
13 if test "x${CHROOTED_NAME}" != "x"; then \
14 ${INSTALL} -d ${DESTDIR}${sbindir}; \
15 rm -f ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \
16 cp scponly ${CHROOTED_NAME}; \
17 - ${INSTALL} -o 0 -g 0 -m 4755 ${CHROOTED_NAME} ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \
18 + ${INSTALL} ${CHROOTED_NAME} ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \