Skip to content
Snippets Groups Projects
Commit 0acf0c98 authored by Oliver Smith's avatar Oliver Smith
Browse files

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.
parent 70d797b6
No related branches found
No related tags found
No related merge requests found
......@@ -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=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment