device/device-htc-ville: fix APKBUILD (!874)
This commit is contained in:
parent
7d1b335f57
commit
be723a9a7f
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: escoand <mail-an-papierkorb@web.de>
|
||||
pkgname="device-htc-ville"
|
||||
pkgdesc="HTC One S"
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armhf"
|
||||
|
@ -21,9 +22,9 @@ package() {
|
|||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="All non-free firmwares from a device image (wifi, modem, camera etc.)"
|
||||
depends="firmware-htc-ville"
|
||||
mkdir "$subpkgdir"
|
||||
pkgdesc="All non-free firmwares from a device image (wifi, modem, camera etc.)"
|
||||
depends="firmware-htc-ville"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue