diff options
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootscripts/Makefile b/bootscripts/Makefile index e4afb51ec..5d31191b4 100644 --- a/bootscripts/Makefile +++ b/bootscripts/Makefile @@ -21,7 +21,7 @@ create-dirs: install -d -m ${DIRMODE} ${EXTDIR}/rc.d/rcS.d install -d -m ${DIRMODE} ${EXTDIR}/rc.d/init.d install -d -m ${DIRMODE} ${EXTDIR}/sysconfig - install -d -m ${DIRMODE} ${EXTDIR}/sysconfig + install -d -m ${DIRMODE} ${LIBDIR} install -d -m ${DIRMODE} ${MAN8} install -d -m ${DIRMODE} ${SBIN} ln -svf services ${DESTDIR}/lib/lsb |