diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index b8fb4182f..7baf9d7cc 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -42,11 +42,11 @@ <para>Now prepare procps-ng for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --exec-prefix= \ - --libdir=/usr/lib \ +<screen><userinput remap="configure">./configure --prefix=/usr \ + --exec-prefix= \ + --libdir=/usr/lib \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ + --disable-static \ --disable-kill</userinput></screen> <variablelist> |