device/device-samsung-royss: fix APKBUILD (!874)
This commit is contained in:
parent
338f1b456c
commit
3fa8fb1578
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user