mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
udev: Unset udev_helpers after installation
Now this variable is exported, thus it might potentially cause unwanted side effects building other packages. So unset it after installation.
This commit is contained in:
parent
53ed17c752
commit
164e0ddbce
@ -187,6 +187,12 @@ sed 's|lib.*udevd|sbin/udevd|' \
|
||||
|
||||
rm /usr/share/man/man*/systemd*</userinput></screen>
|
||||
|
||||
<para>Finally, unset the <envar>udev_helpers</envar> variable:</para>
|
||||
|
||||
<!-- remap="make" seems confusing but we don't have sth. like
|
||||
remap="clean". -->
|
||||
<screen><userinput remap="make">unset udev_helpers</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="conf-udev" role="configuration">
|
||||
|
Loading…
Reference in New Issue
Block a user