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:
parent
096160e9fe
commit
8e63f82358
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ _UDEV_VERSION="220" # compatible udev version provided
|
||||||
|
|
||||||
pkgname=eudev
|
pkgname=eudev
|
||||||
version=3.2.7
|
version=3.2.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
|
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
|
||||||
hostmakedepends="automake libtool pkg-config gperf libxslt docbook-xsl"
|
hostmakedepends="automake libtool pkg-config gperf libxslt docbook-xsl"
|
||||||
|
@ -22,6 +22,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
mv "${DESTDIR}/etc/udev/hwdb.d" "${DESTDIR}/usr/lib/udev"
|
||||||
vsv udevd
|
vsv udevd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue