aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2016-12-17 06:46:18 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2016-12-17 06:46:18 +0000
commitbe3d9f313a25000d1cbaa631852be62330828f2c (patch)
tree87d04399c46fe7a8612b0f3247011dc1c55adb46 /chapter06/creatingdirs.xml
parent9f3c264e7c4b780161c70e899c09084bc1c400bd (diff)
Merge nosym branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 80e5dc474..1a1de7f1a 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -24,9 +24,7 @@ mkdir -v /usr/libexec
mkdir -pv /usr/{,local/}share/man/man{1..8}
case $(uname -m) in
- x86_64) ln -sv lib /lib64
- ln -sv lib /usr/lib64
- ln -sv lib /usr/local/lib64 ;;
+ x86_64) mkdir -v /lib64 ;;
esac
mkdir -v /var/{log,mail,spool}