mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Fix double dashes
This commit is contained in:
parent
b0120361f3
commit
a4e48bc4ec
@ -53,7 +53,7 @@
|
|||||||
x86_64) ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;;
|
x86_64) ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;;
|
||||||
esac</userinput></screen>
|
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>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user