device-oneplus-enchilada: install hexagonrpcd conf to new location (MR 6188)
fixes #3537
This commit is contained in:
parent
b3c4334b78
commit
d2cf5de15d
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue