modem/msm-modem: uim-selection: fix installation of openrc service (MR 5552)

fixes !5421

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Clayton Craft 2024-09-03 15:50:31 -07:00
parent 3ad47f8db5
commit e7a54473b0
No known key found for this signature in database
GPG Key ID: 4A4CED6D7EDF950A

View File

@ -1,6 +1,6 @@
pkgname=msm-modem
pkgver=7
pkgrel=3
pkgrel=4
pkgdesc="Common support for Qualcomm MSM modems"
url="https://postmarketos.org/"
arch="armhf armv7 aarch64"
@ -34,7 +34,7 @@ uim_selection() {
}
uim_selection_openrc() {
install_if="$pkgname-uim_selection=$pkgver-r$pkgrel openrc"
install_if="$pkgname-uim-selection=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install"
install -Dm644 "$srcdir/$pkgname-uim-selection.confd" \