device/device-huawei-lua-u22: fix APKBUILD (!874)

This commit is contained in:
HenriDellal 2020-01-10 13:32:51 +03:00 committed by Bart Ribbers
parent f6093243e9
commit 1a2f6d9bf0
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -1,8 +1,9 @@
# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Anri Dellal <anridellal@gmail.com>
pkgname="device-huawei-lua-u22"
pkgdesc="Huawei Y3 II 3G"
pkgver=0.1
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -17,8 +18,6 @@ build() {
package() {
devicepkg_package $startdir $pkgname
install -Dm644 "$srcdir"/initfs-hook.sh \
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
}