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> # Reference: <https://postmarketos.org/devicepkg>
# Contributor: Muhammad Firman Yassin <firman020602@gmail.com>
pkgname="device-samsung-royss" pkgname="device-samsung-royss"
pkgdesc="Samsung Galaxy Young" pkgdesc="Samsung Galaxy Young"
pkgver=0.1 pkgver=0.1
pkgrel=1 pkgrel=2
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="armv7" arch="armv7"
@ -10,14 +11,13 @@ options="!check !archcheck"
depends="postmarketos-base linux-samsung-royss mkbootimg mesa-dri-swrast msm-fb-refresher" depends="postmarketos-base linux-samsung-royss mkbootimg mesa-dri-swrast msm-fb-refresher"
makedepends="devicepkg-dev" makedepends="devicepkg-dev"
source=" source="
deviceinfo deviceinfo
fb.modes fb.modes
initfs-hook.sh initfs-hook.sh
" "
build() { build() {
devicepkg_build $startdir $pkgname devicepkg_build $startdir $pkgname
install -Dm644 "$srcdir"/fb.modes "$pkgdir"/etc/fb.modes install -Dm644 "$srcdir"/fb.modes "$pkgdir"/etc/fb.modes
} }