device/device-samsung-a5y17lte: fix APKBUILD (!874)
This commit is contained in:
parent
b3ccc2d3b5
commit
266299b858
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: Dzmitry Sankouski <dzmitriy.sankouski@intellectsoft.net>
|
||||
pkgname="device-samsung-a5y17lte"
|
||||
pkgdesc="Samsung Galaxy A5 (2017)"
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -18,8 +19,6 @@ build() {
|
|||
|
||||
package() {
|
||||
devicepkg_package $startdir $pkgname
|
||||
install -Dm644 "$srcdir"/initfs-hook.sh \
|
||||
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
|
||||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
|
|
Loading…
Reference in a new issue