diff options
author | tcely <tcely@users.noreply.github.com> | 2019-05-30 04:02:49 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-30 16:08:18 +0000 |
commit | 1fe6e5b6a29a9cbae123c4e4410d5fbc1c9f7de5 (patch) | |
tree | 506d4c563741f26999c018150cccfe6bc2f91ed5 /testing/linux-amlogic | |
parent | 569556ba9a7f6706d9f3a95107acd4e17379f005 (diff) | |
download | aports-1fe6e5b6a29a9cbae123c4e4410d5fbc1c9f7de5.tar.bz2 aports-1fe6e5b6a29a9cbae123c4e4410d5fbc1c9f7de5.tar.xz |
testing/linux-amlogic: remove _kernver
This variable doesn't appear anywhere else in this file.
Closes GH-8290
Diffstat (limited to 'testing/linux-amlogic')
-rw-r--r-- | testing/linux-amlogic/APKBUILD | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/linux-amlogic/APKBUILD b/testing/linux-amlogic/APKBUILD index ec8ccb65f9..cf27ddfd3a 100644 --- a/testing/linux-amlogic/APKBUILD +++ b/testing/linux-amlogic/APKBUILD @@ -2,10 +2,6 @@ pkgname=linux-amlogic pkgver=4.19.8 -case $pkgver in -*.*.*) _kernver=${pkgver%.*};; -*.*) _kernver=${pkgver};; -esac pkgrel=0 pkgdesc="Linux kernel for Amlogic" url=https://github.com/torvalds/linux |