Skip to content
Snippets Groups Projects
Verified Commit b47d669e authored by Caleb Connolly's avatar Caleb Connolly :recycle: Committed by Clayton Craft
Browse files

systemd: add udevd symlink (MR 5218)


symlink systemd-udevd to /usr/bin/udevd for compatibility with eudev
(initramfs).

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent 97c549ec
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=systemd
pkgver=255.2
pkgrel=4
pkgrel=5
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting
......@@ -253,6 +253,9 @@ udevd() {
amove usr/lib/systemd/system/systemd-udev*
amove usr/lib/systemd/systemd-udevd
amove usr/lib/udev
# Install a symlink to /usr/bin to be compatible with eudev
ln -sf /usr/lib/systemd/systemd-udevd "$subpkgdir"/usr/bin/udevd
}
udevd_bcomp() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment