device/device-surftab-wintron7.0: fix APKBUILD (!874)

This commit is contained in:
HenriDellal 2020-01-10 13:32:57 +03:00 committed by Bart Ribbers
parent 7cd0cfce3a
commit 4f726b8d28
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: Nick Reitemeyer <nick.reitemeyer@web.de>
pkgname="device-surftab-wintron7.0"
pkgdesc="TrekStor SurfTab wintron 7.0"
pkgver=0.3
pkgrel=3
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="x86_64"
@ -21,9 +22,9 @@ build() {
package() {
devicepkg_package $startdir $pkgname
mkdir -p "$pkgdir/boot/grub/"
install -D -m644 "$srcdir/grub.cfg" \
"$pkgdir/boot/grub/grub.cfg"
mkdir -p "$pkgdir"/boot/grub/
install -D -m644 "$srcdir"/grub.cfg \
"$pkgdir"/boot/grub/grub.cfg
}
nonfree_firmware() {