From 48ba3c0caa5a3d755a9c1cdbe970c32fdf361a24 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Mon, 1 Jun 2020 06:17:06 +0000 Subject: main/util-linux: fix lint errors --- main/util-linux/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index 49e930c229..9192ddc4e0 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -13,7 +13,7 @@ pkgrel=1 pkgdesc="Random collection of Linux utilities" url="https://git.kernel.org/cgit/utils/util-linux/util-linux.git" arch="all" -license="GPL-2.0 GPL-2.0-or-later LGPL-2.0-or-later BSD Public-Domain" +license="GPL-3.0-or-later GPL-2.0-or-later GPL-2.0-only LGPL-2.1-or-later BSD-3-Clause BSD-4-Clause-UC" # Some code is also Public Domain depends="blkid setpriv findmnt mcookie hexdump lsblk sfdisk cfdisk" makedepends_build="autoconf automake libtool" makedepends_host="zlib-dev ncurses-dev linux-headers libcap-ng-dev linux-pam-dev" @@ -86,7 +86,7 @@ _mv_bin() { local _bin=$subpkgname pkgdesc="$_bin from util-linux" depends= - case "_bin" in + case "$_bin" in blkid) pkgdesc="Block device identification tool from util-linux";; sfdisk) pkgdesc="Partition table manipulator from util-linux";; cfdisk) pkgdesc="Curses based partition table manipulator from util-linux";; -- cgit v1.2.3