eudev: create sbin/udevd compat symlink.

This commit is contained in:
Juan RP 2015-06-03 07:43:17 +02:00
parent 61ad1e4a43
commit c592d01f41
2 changed files with 5 additions and 1 deletions

View file

@ -2,5 +2,9 @@ case "$ACTION" in
post)
echo "Updating udev(7) hwdb.bin..."
usr/bin/udevadm hwdb --update || :
if [ -d usr/sbin -a ! -L usr/sbin ]; then
ln -s ../bin/udevd usr/sbin/udevd
fi
;;
esac

View file

@ -4,7 +4,7 @@ _UDEV_VERSION="220" # compatible udev version provided
pkgname=eudev
version=3.1
revision=3
revision=4
build_pie=yes
conf_files="/etc/udev/udev.conf"
build_style=gnu-configure