aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-06 23:12:07 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-06 23:12:07 +0000
commitaa7e88f3c731c0afc366dad5281ab80a4cb6d07b (patch)
tree10cc5152e78349ce11faea8c6858844cc63d571e /chapter06
parent8a75933dcf85539976caef8227680de37ff0077d (diff)
Remove systemd from chapter 3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10505 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/creatingdirs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 8240d2f35..f22f8d535 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -24,8 +24,8 @@ mkdir -v /usr/libexec
mkdir -pv /usr/{,local/}share/man/man{1..8}
case $(uname -m) in
- x86_64) ln -sv lib /lib64 &amp;&amp;
- ln -sv lib /usr/lib64 &amp;&amp;
+ x86_64) ln -sv lib /lib64
+ ln -sv lib /usr/lib64
ln -sv lib /usr/local/lib64 ;;
esac