diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-05-01 16:04:45 +0200 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-05-01 16:04:45 +0200 |
commit | a4e48bc4eceab3ecc3d1f6ddd4217c61b0721bbd (patch) | |
tree | c671fdf63c4a040c5d6b9cfd9a8a357e3889a1e3 /chapter08 | |
parent | b0120361f3d26569dc392d89807da2b9ce2d6edd (diff) |
Fix double dashes
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/findutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/findutils.xml b/chapter08/findutils.xml index 4961ea0ae..5440490cf 100644 --- a/chapter08/findutils.xml +++ b/chapter08/findutils.xml @@ -53,7 +53,7 @@ x86_64) ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;; esac</userinput></screen> --> - <screen><userinput remap="configure">./configure - -prefix=/usr - -localstatedir=/var/lib/locate</userinput></screen> + <screen><userinput remap="configure">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |