community/{crust,topgrade}: fix license directory typo

This commit is contained in:
Fabricio Silva 2024-08-20 09:35:16 +00:00 committed by Kevin Daudt
parent 271b732e55
commit 9995feaf3d
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=crust
pkgver=0.6
pkgrel=0
pkgrel=1
pkgdesc="libre SCP firmware for Allwinner sunxi SoCs"
url="https://github.com/crust-firmware/crust"
arch="aarch64" # only needed for sunxi ARM64 SOCs
@ -29,7 +29,7 @@ build() {
}
package() {
install -Dm644 "$builddir"/LICENSE.md "$pkgdir"/usr/share/license/$pkgname/LICENSE.md
install -Dm644 "$builddir"/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
}
_subpackage() {

View File

@ -3,7 +3,7 @@
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
pkgname=topgrade
pkgver=15.0.0
pkgrel=0
pkgrel=1
pkgdesc="run upgrades of packages in OS and other package managers"
url="https://github.com/topgrade-rs/topgrade"
arch="all !s390x !riscv64"
@ -39,7 +39,7 @@ check() {
package() {
install -Dm755 target/release/topgrade "$pkgdir"/usr/bin/topgrade
install -Dm644 LICENSE "$pkgdir"/usr/share/license/topgrade/LICENSE
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/topgrade/LICENSE
install -Dm644 topgrade.bash "$pkgdir"/usr/share/bash-completion/completions/topgrade
install -Dm644 topgrade.fish "$pkgdir"/usr/share/fish/vendor_completions.d/topgrade.fish