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