diff --git a/community/hid-tools/PKGBUILD b/community/hid-tools/PKGBUILD index 3ce877a6d..c16cd426b 100644 --- a/community/hid-tools/PKGBUILD +++ b/community/hid-tools/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hid-tools pkgver=0.2 -pkgrel=4 +pkgrel=5 arch=('any') url='https://gitlab.freedesktop.org/libevdev/hid-tools' license=('GPL2') @@ -31,5 +31,6 @@ package() { # Install documentation install -dm 755 "$pkgdir"/usr/share/doc/$pkgname cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname + rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees }