author | Andreas Radke
<andyrtr@archlinux.org> 2022-01-25 19:05:12 UTC |
committer | Andreas Radke
<andyrtr@archlinux.org> 2022-01-25 19:05:12 UTC |
parent | d8bba922734d68d432114c81ef0e1c8fcc13e8ff |
PKGBUILD | +1 | -0 |
diff --git a/PKGBUILD b/PKGBUILD index a97ff10..f3e9a58 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -70,6 +70,7 @@ build() { } package_linux-firmware-whence() { + pkgdesc+=" - contains the WHENCE license file which documents the vendor license details" cd "$pkgbase" install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 WHENCE }