aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2023-05-01 16:04:45 +0200
committerThomas Trepl <thomas@linuxfromscratch.org>2023-05-01 16:04:45 +0200
commita4e48bc4eceab3ecc3d1f6ddd4217c61b0721bbd (patch)
treec671fdf63c4a040c5d6b9cfd9a8a357e3889a1e3
parentb0120361f3d26569dc392d89807da2b9ce2d6edd (diff)
Fix double dashes
-rw-r--r--chapter08/findutils.xml2
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>