device/device-samsung-i9070: fix APKBUILD (!874)
This commit is contained in:
parent
fd12a3409d
commit
60096b2698
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: Daniele Debernardi <drebrez@gmail.com>
|
||||
pkgname=device-samsung-i9070
|
||||
pkgver=1
|
||||
pkgrel=25
|
||||
pkgrel=26
|
||||
pkgdesc="Samsung Galaxy S Advance"
|
||||
url="https://postmarketos.org"
|
||||
arch="armhf"
|
||||
license="MIT"
|
||||
depends="postmarketos-base linux-samsung-i9070 mesa-dri-swrast"
|
||||
makedepends="devicepkg-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||
source="
|
||||
deviceinfo
|
||||
|
@ -25,7 +25,7 @@ package() {
|
|||
devicepkg_package $startdir $pkgname
|
||||
|
||||
install -Dm644 "$srcdir"/modules-load.conf \
|
||||
"$pkgdir"/etc/modules-load.d/00-${pkgname}.conf
|
||||
"$pkgdir"/etc/modules-load.d/00-$pkgname.conf
|
||||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
|
|
Loading…
Reference in a new issue