eudev: create sbin/udevd compat symlink.
This commit is contained in:
@@ -2,5 +2,9 @@ case "$ACTION" in
|
|||||||
post)
|
post)
|
||||||
echo "Updating udev(7) hwdb.bin..."
|
echo "Updating udev(7) hwdb.bin..."
|
||||||
usr/bin/udevadm hwdb --update || :
|
usr/bin/udevadm hwdb --update || :
|
||||||
|
|
||||||
|
if [ -d usr/sbin -a ! -L usr/sbin ]; then
|
||||||
|
ln -s ../bin/udevd usr/sbin/udevd
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ _UDEV_VERSION="220" # compatible udev version provided
|
|||||||
|
|
||||||
pkgname=eudev
|
pkgname=eudev
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=3
|
revision=4
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
conf_files="/etc/udev/udev.conf"
|
conf_files="/etc/udev/udev.conf"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
|||||||
Reference in New Issue
Block a user