device-oneplus-enchilada: install hexagonrpcd conf to new location (MR 6188)

fixes #3537
This commit is contained in:
Clayton Craft 2025-02-10 09:03:38 -08:00
parent b3c4334b78
commit d2cf5de15d
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -4,14 +4,14 @@
pkgname=device-oneplus-enchilada
pkgdesc="OnePlus 6"
pkgver=14
pkgrel=5
pkgrel=6
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
firmware-oneplus-sdm845>=9
hexagonrpcd
hexagonrpcd>=0.3.2-r3
linux-postmarketos-qcom-sdm845
mkbootimg
postmarketos-base
@ -47,13 +47,13 @@ package() {
install -Dm644 "$srcdir"/q6voiced.conf \
"$pkgdir"/etc/conf.d/q6voiced
install -Dm644 "$srcdir"/hexagonrpcd.confd \
"$pkgdir"/etc/conf.d/hexagonrpcd-sdsp
"$pkgdir"/usr/share/hexagonrpcd/hexagonrpcd-sdsp.conf
}
openrc() {
install_if="$pkgname=$pkgver-r$pkgrel openrc"
replaces="hexagonrpcd-openrc $pkgname-nonfree-firmware-openrc"
install="$subpkgname.post-install $subpkgname.post-upgrade"
depends="hexagonrpcd-openrc"
mkdir -p "$subpkgdir"
}