10 ${INSTALL} -d
${PROG_INSTALL_OWN} -m
755 ${DESTDIR}/etc
11 ${INSTALL} ${COPY} ${PROG_INSTALL_OWN} -m
${NONBINMODE} \
12 ${FILES} ${DESTDIR}/etc
13 # copy .bashrc into /root
14 # FIXME: this doesn't really belong here
15 ${INSTALL} -d
${PROG_INSTALL_OWN} -m
700 ${DESTDIR}/root
16 ${INSTALL} ${COPY} ${PROG_INSTALL_OWN} -m
${NONBINMODE} \
17 .bashrc
${DESTDIR}/root