소스 검색

just another small linking-change

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Balu Walter 24 년 전
부모
커밋
edc3f315cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter03/creatingdirs.xml

+ 1 - 1
chapter03/creatingdirs.xml

@@ -34,7 +34,7 @@ Issuing the following commands will create a default directory layout:
 	<userinput>cd $LFS/opt</userinput>
 	<userinput>mkdir bin doc include info lib man</userinput>
 	<userinput>cd $LFS/usr</userinput>
-	<userinput>ln -s /var/tmp tmp</userinput>
+	<userinput>ln -s ../var/tmp</userinput>
 </literallayout></blockquote>
 
 <para>