device/device-samsung-royss: fix APKBUILD (!874)

This commit is contained in:
HenriDellal 2020-01-10 13:32:56 +03:00 committed by Bart Ribbers
parent 338f1b456c
commit 3fa8fb1578
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: Muhammad Firman Yassin <firman020602@gmail.com>
pkgname="device-samsung-royss"
pkgdesc="Samsung Galaxy Young"
pkgver=0.1
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -10,14 +11,13 @@ options="!check !archcheck"
depends="postmarketos-base linux-samsung-royss mkbootimg mesa-dri-swrast msm-fb-refresher"
makedepends="devicepkg-dev"
source="
deviceinfo
fb.modes
initfs-hook.sh
deviceinfo
fb.modes
initfs-hook.sh
"
build() {
devicepkg_build $startdir $pkgname
install -Dm644 "$srcdir"/fb.modes "$pkgdir"/etc/fb.modes
}