diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-04-03 09:13:43 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-04-03 09:13:43 +0000 |
commit | 3c020628470ba584fe7051c2c87d8ea8aa6aacbc (patch) | |
tree | cf0a9800efe737a968c22c8ada9c2d5755a6aa85 /chapter06 | |
parent | 29eea4c597f589bd85f98f679233bf4781029574 (diff) |
Added file -C to install-instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/file-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml index bcfc90cf1..767eebe3e 100644 --- a/chapter06/file-inst.xml +++ b/chapter06/file-inst.xml @@ -10,7 +10,8 @@ Install File by running the following commands: <userinput>./configure --prefix=/usr --datadir=/usr/share/misc &&</userinput> <userinput>make &&</userinput> - <userinput>make install</userinput> + <userinput>make install &&</userinput> + <userinput>file -C</userinput> </literallayout></blockquote> |