summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-11-03 12:51:02 +0100
committerbegin-theadventure2023-11-03 12:51:02 +0100
commit303e1c2d4543df6703a54fd2e0ccdb22533b6c9b (patch)
tree8f6e3a06d134bbfcb29795ce5a630ceee1d52676
parent9f2e996289870fadce77cfe78d12d8a2c11906b7 (diff)
downloadaur-303e1c2d4543df6703a54fd2e0ccdb22533b6c9b.tar.gz
Don't install doc and license
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eadd1b3a60a5..05b16614b88f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,4 @@ check() {
package() {
DESTDIR="$pkgdir" meson install -C build
- install -Dm644 Curtail/README.md -t "$pkgdir/usr/share/doc/$_pkgname"
- install -Dm644 Curtail/COPYING -t "$pkgdir/usr/share/licenses/$_pkgname"
}