eudev: create sbin/udevd compat symlink.
This commit is contained in:
parent
61ad1e4a43
commit
c592d01f41
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue