diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2024-01-07 11:15:05 +0100 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2024-01-07 11:15:05 +0100 |
commit | 06e65e8e59dc696f7865c75c4026110b2c7450cc (patch) | |
tree | 5c46f319647ade0691641ce66cf3a403e697d34b | |
parent | 33c9cb06d7f438e565f990badd8c3b3496cd96cd (diff) |
remap=make moves unset command to wrong pos
-rw-r--r-- | chapter08/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/udev.xml b/chapter08/udev.xml index 6b3b00b94..832bf803c 100644 --- a/chapter08/udev.xml +++ b/chapter08/udev.xml @@ -191,7 +191,7 @@ rm /usr/share/man/man*/systemd*</userinput></screen> <!-- remap="make" seems confusing but we don't have sth. like remap="clean". --> - <screen><userinput remap="make">unset udev_helpers</userinput></screen> + <screen><userinput remap="install">unset udev_helpers</userinput></screen> </sect2> |