From 51b891fc4ee51b3ee32aa0b01b0ab5da0584a966 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 2 Sep 2001 19:24:11 +0000 Subject: added missing && git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1163 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadowpwd-inst.xml | 2 +- chapter06/vim-inst.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 120324e2c..97972389d 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -13,7 +13,7 @@ following commands: make install && cd etc && cp limits login.access /etc && -sed 's%/var/spool/mail%/var/mail%' login.defs.linux > /etc/login.defs +sed 's%/var/spool/mail%/var/mail%' login.defs.linux > /etc/login.defs && cd /lib && mv libshadow.a /usr/lib && mv libshadow.la /usr/lib && diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index f75753935..3db92734c 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -13,7 +13,7 @@ won't overwrite any files from the other package. So it doesn't matter in which order it is done. Install Vim by running the following commands: echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> \ -   src/feature.h +   src/feature.h && ./configure --prefix=/usr && make && make install && @@ -37,7 +37,7 @@ If you wish vim to conform to the FHS, you should use this command set instead of the one presented above: echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> \ -   src/feature.h +   src/feature.h && ./configure --prefix=/usr --localstatedir=/var/lib/vim && make && make install && -- cgit v1.2.3-54-g00ecf