diff options
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 |