mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
udev.eclass: default udevdir to /usr/lib/udev
systemd upstream always uses /usr/lib/udev since v255. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 2012-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: udev.eclass
|
||||
@@ -59,7 +59,7 @@ _udev_get_udevdir() {
|
||||
local udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)"
|
||||
echo "${udevdir#${EPREFIX}}"
|
||||
else
|
||||
echo /lib/udev
|
||||
echo /usr/lib/udev
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user