diff options
Diffstat (limited to 'chapter06/tar-inst.xml')
-rw-r--r-- | chapter06/tar-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml index 9473d3189..a70a2c553 100644 --- a/chapter06/tar-inst.xml +++ b/chapter06/tar-inst.xml @@ -29,7 +29,7 @@ directory: <para> <screen> <userinput>./configure --prefix=/usr --libexecdir=/usr/bin \</userinput> - <userinput>--bindir=/bin &&</userinput> +<userinput> --bindir=/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> </screen> |