main/postmarketos-base-downstream: move udev rules under /usr (MR 5663)
Depends on https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/72703
This commit is contained in:
parent
ca8d40f727
commit
2779c51baf
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Henrik Grimler <henrik@grimler.se>
|
||||
pkgname=postmarketos-base-downstream
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Base package for devices with downstream (vendor) kernels"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
|
@ -21,8 +21,8 @@ disable_udev_v4l() {
|
|||
# udev if camera firmware is missing and/or fails to load
|
||||
pkgdesc="Package to disable udev video4linux rules"
|
||||
replaces="eudev"
|
||||
mkdir -p "$subpkgdir"/lib/udev/rules.d
|
||||
ln -s /dev/null "$subpkgdir"/lib/udev/rules.d/60-persistent-v4l.rules
|
||||
mkdir -p "$subpkgdir"/usr/lib/udev/rules.d
|
||||
ln -s /dev/null "$subpkgdir"/usr/lib/udev/rules.d/60-persistent-v4l.rules
|
||||
}
|
||||
|
||||
lightdm() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue