diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-08 16:25:33 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-08 16:25:33 +0000 |
commit | 01c7ffe8c1b0c187d53b6e98039b0d553625c213 (patch) | |
tree | 3465b9fc6c1b81e328eea3ca35682e2766a360d6 /bootscripts | |
parent | bb0f266fc3650ce6b6bd07338530cd2374d3f6fb (diff) |
Fix man-pages tarball location/name
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |