eudev: use /usr/lib/udev/hwdb.d instead of /etc/udev/hwdb.d

This is necessary since revision 7bd2eae which introduced
a lint check that prevents eudev from building.
This commit is contained in:
q66 2018-12-21 14:19:53 +01:00 committed by maxice8
parent 096160e9fe
commit 8e63f82358

View file

@ -4,7 +4,7 @@ _UDEV_VERSION="220" # compatible udev version provided
pkgname=eudev
version=3.2.7
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
hostmakedepends="automake libtool pkg-config gperf libxslt docbook-xsl"
@ -22,6 +22,7 @@ pre_configure() {
}
post_install() {
mv "${DESTDIR}/etc/udev/hwdb.d" "${DESTDIR}/usr/lib/udev"
vsv udevd
}