main/postmarketos-mkinitfs-hook-ci: stop including /lib/udev (MR 5679)
Nothing in Alpine or pmOS ships to /lib/udev any more since today and including it while it doesn't exist breaks the building of images.
This commit is contained in:
parent
deed4aa691
commit
85d978165a
|
@ -5,5 +5,4 @@
|
|||
/sbin/udevd
|
||||
/bin/udevadm
|
||||
/etc/udev/rules.d
|
||||
/lib/udev/rules.d
|
||||
/usr/lib/udev/rules.d
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Caleb Connolly <caleb@connolly.tech>
|
||||
pkgname=postmarketos-mkinitfs-hook-ci
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Hook for doing automated CI tests in the initramfs"
|
||||
url="https://postmarketos.org"
|
||||
source="
|
||||
|
@ -21,5 +21,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
43f9d9a35a57845eb36893a3f20d8ff5f20b93b1c22c7c6e3959b07a41b3c5fe2f9941612620cf006a0018b53edae5fdc7ed3006befc6908c19a5617f322dea3 05-ci.sh
|
||||
69507171a4c4aabc2ae0a2d70dd12822dddfc9cd2855c240a28ba4ca16f1daa96c5c4aef57d08e953083874cfffc783a3054dd4a1ad1636d7aa5e4d2d2fbfd7c 05-ci.files
|
||||
26d665b817a4978dca44e0c697d98e12c58fa7941da86b9e3bfef6ecb0791d55859c0b671c00d7f88cfca688acf0dcc3e593ca5d8dd3cc094f582b49dabea645 05-ci.files
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user