mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
eudev: create sbin/udevd compat symlink.
This commit is contained in:
parent
61ad1e4a43
commit
c592d01f41
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue