summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliolok2021-06-19 19:46:04 +0800
committerliolok2021-06-19 19:46:04 +0800
commit4bc5ac5cbaa76c52836b3f5116bb5e08cd238a97 (patch)
tree33c38e05ef13812535c352db18b92715f9535507
parent482b370449cd12b36731f8cfdb2be3a5e4d5ca26 (diff)
downloadaur-4bc5ac5cbaa76c52836b3f5116bb5e08cd238a97.tar.gz
remove license installation
https://wiki.archlinux.org/title/PKGBUILD#license
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0611d302c4d..f70bcc6345b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,4 @@ package() {
# npm gives ownership of ALL FILES to build user
# https://bugs.archlinux.org/task/63396
chown --recursive root:root "${pkgdir}"
-
- install --directory "$pkgdir"/usr/share/licenses/$pkgname
- ln --symbolic ../../../lib/node_modules/$_pkgname/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}