diff options
Diffstat (limited to 'chapter06/file-inst.xml')
-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> |