device/device-samsung-i927: fix APKBUILD (!889)
This commit is contained in:
parent
583d2fce32
commit
e5d0607625
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Contributor: Sergey Larin <cerg2010cerg2010@mail.ru>
|
||||||
pkgname="device-samsung-i927"
|
pkgname="device-samsung-i927"
|
||||||
pkgdesc="Samsung Captivate Glide"
|
pkgdesc="Samsung Captivate Glide"
|
||||||
pkgver=0.3
|
pkgver=0.3
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -40,7 +41,7 @@ package() {
|
||||||
devicepkg_package $startdir $pkgname
|
devicepkg_package $startdir $pkgname
|
||||||
|
|
||||||
install -D -m644 "$srcdir"/modules-load.conf \
|
install -D -m644 "$srcdir"/modules-load.conf \
|
||||||
"$pkgdir"/etc/modules-load.d/00-${pkgname}.conf
|
"$pkgdir"/etc/modules-load.d/00-$pkgname.conf
|
||||||
|
|
||||||
install -D -m644 "$srcdir"/HiFi.conf \
|
install -D -m644 "$srcdir"/HiFi.conf \
|
||||||
"$pkgdir"/usr/share/alsa/ucm/wm8994aif1/HiFi.conf
|
"$pkgdir"/usr/share/alsa/ucm/wm8994aif1/HiFi.conf
|
||||||
|
|
Loading…
Reference in a new issue