mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Add missing backslash
This commit is contained in:
parent
1b69877bc4
commit
fba6f0643d
@ -59,7 +59,7 @@
|
|||||||
<para>Adjust the hardcoded paths to network configuration files for the
|
<para>Adjust the hardcoded paths to network configuration files for the
|
||||||
standalone udev installation:</para>
|
standalone udev installation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -e '/NETWORK_DIRS/s/systemd/udev/'
|
<screen><userinput remap="pre">sed -e '/NETWORK_DIRS/s/systemd/udev/' \
|
||||||
-i src/libsystemd/sd-network/network-util.h</userinput></screen>
|
-i src/libsystemd/sd-network/network-util.h</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Udev for compilation:</para>
|
<para>Prepare Udev for compilation:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user