diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-09-23 11:11:23 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-09-23 11:11:40 -0500 |
commit | 20ef3439ea4f14ee431f39fc1925ee48c186e1bb (patch) | |
tree | 0ec046b38beb2c4ba980100de4749b8c0feec58f /Makefile | |
parent | 0406c6085bb25ace04c7880f860219ebfc67a16f (diff) |
fix Makefile indentation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ include ${MK}/git.mk _installafter: ifeq (${MKPREFIX},yes) ${INSTALL} -d ${DESTDIR}/${LIBEXECDIR}/init.d - else ifneq (${OS},Linux) +else ifneq (${OS},Linux) ${INSTALL} -d ${DESTDIR}/${LIBEXECDIR}/init.d endif ${INSTALL} -d ${DESTDIR}/${LIBEXECDIR}/tmp |