mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update PKGBUILD: Install LICENSE file
This commit is contained in:
parent
17a21efd24
commit
fa7b41b292
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -16,5 +16,6 @@ package() {
|
|||
cd "${srcdir}/${pkgname}"
|
||||
install -d "${pkgdir}/usr/src/${_pkgname}-${pkgver}"
|
||||
cp -r . "${pkgdir}/usr/src/${_pkgname}-${pkgver}/"
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
rm -rf "${pkgdir}/usr/src/${_pkgname}-${pkgver}/.git"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue