summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Korhonen2023-12-29 19:12:10 +0200
committerMarko Korhonen2023-12-29 19:12:10 +0200
commit1290a4f0adbdd75c559c538d3f09c8c094997b5b (patch)
treeed9cde9fc5c9e5761ae56493d7ab3b49f03bf2d3
parentd2dc1aee139d96b04ca24d6fd06e5766a180d21d (diff)
downloadaur-1290a4f0adbdd75c559c538d3f09c8c094997b5b.tar.gz
Don't install license
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68e7e81c7c91..0b532432591c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,7 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
install -d "$pkgdir/usr/lib/$pkgname"
cp -ra theme userChrome.css userContent.css configuration "$pkgdir/usr/lib/$pkgname"
- # Install docs & license
+ # Install docs
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm644 "$srcdir/INSTALL.md" "$pkgdir/usr/share/doc/$pkgname/INSTALL.md"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}