diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/Makefile b/init.d/Makefile index b670eacb..07d41a10 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -12,5 +12,5 @@ include ${MK}/os.mk include Makefile.${OS} include ${MK}/scripts.mk -_installafter: net.lo +_installafter: realinstall ${INSTALL} -m ${BINMODE} net.lo ${DESTDIR}/${INITDIR}/${NET_LO} |