summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2020-09-11 21:48:24 +0200
committerThomas Lange2020-09-11 21:48:24 +0200
commit6dabb42ce3db74f760cf64d180c8eacf489fe61b (patch)
treee6ec69b335f549fc87f12798a202fc40f3b475a4
parent7e29f61a06c2e329c1a3da9d767512f4a51c5412 (diff)
downloadaur-6dabb42ce3db74f760cf64d180c8eacf489fe61b.tar.gz
Do not install man file manually
"make install" does this for us now. See also: https://github.com/mumble-voip/mumble/commit/4f330cc73cec4ce674d4ec7adb2bf05665a6917d
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b73d9aa19e8..6c498256911b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,9 +80,6 @@ package() {
mv "$pkgdir/usr/lib/plugins/"*.so "$pkgdir/usr/lib/$_pkgname/"
rmdir "$pkgdir/usr/lib/plugins"
- # Man page
- install -vDm 644 "man/$_pkgname".1 -t "$pkgdir/usr/share/man/man1/"
-
# License
install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname"
}