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 43696cf9a..a985f51b6 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>touch aclocal.m4 configure Makefile.in stamp-h.in && -./configure --prefix=/usr --datadir=/usr/share/misc && +<para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share/misc && make && make install</userinput></screen></para> |