diff options
Diffstat (limited to 'chapter06/file-inst.xml')
-rw-r--r-- | chapter06/file-inst.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml index cc1e0990c..01c4284f2 100644 --- a/chapter06/file-inst.xml +++ b/chapter06/file-inst.xml @@ -3,11 +3,11 @@ <para>Install File by running the following commands:</para> -<para><screen><userinput>cp readelf.h readelf.h.backup &&</userinput> -<userinput>sed $'/#define __/a \\\n#include <stdint.h>' readelf.h.backup > readelf.h &&</userinput> -<userinput>./configure --prefix=/usr --datadir=/usr/share/misc &&</userinput> -<userinput>make &&</userinput> -<userinput>make install</userinput></screen></para> +<para><screen><userinput>cp readelf.h readelf.h.backup && +sed $'/#define __/a \\\n#include <stdint.h>' readelf.h.backup > readelf.h && +./configure --prefix=/usr --datadir=/usr/share/misc && +make && +make install</userinput></screen></para> <para>File uses magic numbers to determine a file type. These magic numbers come with File in a plain text file. File internally compiles this database |