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:
Xi Ruoyao 2024-01-05 03:05:01 +08:00
parent 53ed17c752
commit 164e0ddbce
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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">