Skip to content
Snippets Groups Projects
Unverified Commit b84e52aa authored by Casey's avatar Casey :recycle: Committed by Oliver Smith
Browse files

systemd: fix udevd path (MR 5563)


We actually want usr/lib/udevd here, not lib/udevd. This fixes the
initramfs not building and some other weirdness.

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent 6a927cb3
Branches
No related tags found
1 merge request!5563Add systemd to pmOS edge
......@@ -5,7 +5,7 @@
pkgname=systemd
pkgver=256.5
_pkgver="musl-v${pkgver//_/-}"
pkgrel=1
pkgrel=2
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting
......@@ -251,7 +251,7 @@ udevd() {
amove usr/lib/systemd/system/sysinit.target.wants/systemd-udev*
amove usr/lib/systemd/system/systemd-udev*
amove usr/lib/systemd/systemd-udevd
amove lib/udev
amove usr/lib/udev
mkdir -p "$subpkgdir"/sbin "$subpkgdir"/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment