Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenk committed May 1, 2016
1 parent e8ac0c8 commit f59b8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -354,9 +354,9 @@ ${WRKDIR}/.config_done:
fi
${_v}if [ -f "${CFGDIR}/rc.local" ]; then \
${INSTALL} -m 0744 ${CFGDIR}/rc.local ${_DESTDIR}/etc/rc.local; \
else \
else \
${INSTALL} -m 0744 ${CFGDIR}/rc.local.sample ${_DESTDIR}/etc/rc.local; \
fi
fi
.for FILE in rc.conf ttys
${_v}if [ -f "${CFGDIR}/${FILE}" ]; then \
${INSTALL} -m 0644 ${CFGDIR}/${FILE} ${_DESTDIR}/etc/${FILE}; \
Expand Down

0 comments on commit f59b8e4

Please sign in to comment.