summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2017-10-17 17:39:13 +0200
committerWilliam Gathoye2017-11-11 14:20:15 +0100
commit9807464ed3525e75afef40a0d7410bc92f35b576 (patch)
tree9cda09fec95c4f4ec5b35de5dd6be62d88bf0f28
parent7bb0ac06a77938e39f25ea766e9636600057af30 (diff)
downloadaur-9807464ed3525e75afef40a0d7410bc92f35b576.tar.gz
Actually install the LICENSE file in the proper place
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0ad1eb4f1e1..aae963759f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -123,7 +123,8 @@ package() {
# When MIT license, the one bundled with the package must always be copied
# on the system.
# src.: https://wiki.archlinux.org/index.php/PKGBUILD#license
- mv NOTICE.txt README.md MIT-COMPILED-LICENSE.md "${pkgdir}"/usr/share/doc/${pkgname}
+ mv NOTICE.txt README.md "${pkgdir}"/usr/share/doc/${pkgname}
+ mv MIT-COMPILED-LICENSE.md "${pkgdir}"/usr/share/license/${pkgname}/LICENSE
cd "${srcdir}"
install -Dm755 bin/platform -t "${pkgdir}"/usr/share/webapps/${pkgname}/bin/