From d4357c06628d44a376d59e19b98336352c49a819 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Fri, 27 Apr 2001 17:13:37 +0000 Subject: fixed link /usr/tmp to /var/tmp git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@547 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/creatingdirs.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter03/creatingdirs.xml') diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index ffafc5dab..c41b54fdd 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -33,7 +33,8 @@ Issuing the following commands will create a default directory layout: local cd $LFS/opt mkdir bin doc include info lib man - ln -s /var/tmp /usr/tmp + cd $LFS/usr + ln -s /var/tmp tmp -- cgit v1.2.3-54-g00ecf