diff options
Diffstat (limited to 'chapter06/file-inst.xml')
-rw-r--r-- | chapter06/file-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml index 01c4284f2..130bca387 100644 --- a/chapter06/file-inst.xml +++ b/chapter06/file-inst.xml @@ -3,8 +3,7 @@ <para>Install File by running the following commands:</para> -<para><screen><userinput>cp readelf.h readelf.h.backup && -sed $'/#define __/a \\\n#include <stdint.h>' readelf.h.backup > readelf.h && +<para><screen><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in && ./configure --prefix=/usr --datadir=/usr/share/misc && make && make install</userinput></screen></para> |