forked from Mirror/pmbootstrap
device-zte-kis3: Fix sdcard installation
There was a space at the end of the line, which the deviceinfo parser couldn't handle. Fixes #1325.
This commit is contained in:
parent
0aaa19a612
commit
d3818cd2e7
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname="device-zte-kis3"
|
||||
pkgdesc="ZTE Kis 3"
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="noarch"
|
||||
|
@ -19,4 +19,4 @@ package() {
|
|||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
sha512sums="32b1b3b4db61a18b2ec48862fbeafbc23e6c0796603bb08171a5bfd07328b4f2ca9e78e64ee1e57b2a7f525c222276fcc71d4e79069ab5ff65e20605d7b4d595 deviceinfo"
|
||||
sha512sums="6b580466a3dd04c56335b8207d42ab9c0155d751a3a7c6a161f236f2c5e89eb60312d89a1304a3d799d16ab18d352ab7ad32b8d2ff83ebb678229edac507606b deviceinfo"
|
||||
|
|
|
@ -13,7 +13,7 @@ deviceinfo_arch="armhf"
|
|||
deviceinfo_keyboard="false"
|
||||
deviceinfo_screen_width="480"
|
||||
deviceinfo_screen_height="800"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_dev_touchscreen=""
|
||||
deviceinfo_dev_touchscreen_calibration=""
|
||||
deviceinfo_dev_keyboard=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue