COPYING -> LICENSE

This commit is contained in:
David Cooper 2024-12-04 13:43:17 -05:00
parent 3286e4473e
commit fb1619ffaf
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = butt pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool pkgdesc = Easy to use, multi OS streaming tool
pkgver = 1.44.0 pkgver = 1.44.0
pkgrel = 4 pkgrel = 5
url = https://danielnoethen.de/butt/ url = https://danielnoethen.de/butt/
arch = i686 arch = i686
arch = x86_64 arch = x86_64

View File

@ -6,7 +6,7 @@
pkgname=butt pkgname=butt
pkgver=1.44.0 pkgver=1.44.0
pkgrel=4 pkgrel=5
pkgdesc="Easy to use, multi OS streaming tool" pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h') arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=('GPL2') license=('GPL2')
@ -48,7 +48,7 @@ package() {
install -Dm644 "${doc}" "${pkgdir}/usr/share/doc/${pkgname}/${doc}" install -Dm644 "${doc}" "${pkgdir}/usr/share/doc/${pkgname}/${doc}"
done done
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
ln -s "/usr/share/doc/${pkgname}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" ln -s "/usr/share/doc/${pkgname}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Pixmaps # Pixmaps
for file in usr/share/pixmaps/"${pkgname}"*; do for file in usr/share/pixmaps/"${pkgname}"*; do