modem/msm-modem: add rmtfs-openrc dependency (MR 1274)
It is possible for msm-modem to get installed before rmtfs-openrc, which causes the following error in post-install: * rc-update: service `rmtfs' does not exist ERROR: msm-modem-1-r0.post-install: script exited with error 1 Add a dependency to ensure rmtfs-openrc gets installed first
This commit is contained in:
parent
6b49a8685e
commit
1ba5bbeac2
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
pkgname=msm-modem
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Common support for Qualcomm MSM modems"
|
||||
url="https://postmarketos.org/"
|
||||
arch="armhf armv7 aarch64"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="rmtfs"
|
||||
depends="rmtfs rmtfs-openrc"
|
||||
install="$pkgname.post-install"
|
||||
subpackages="$pkgname-mainline $pkgname-downstream"
|
||||
source="udev-mainline.rules udev-downstream.rules"
|
||||
|
|
Loading…
Reference in a new issue