mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/hid-tools to 0.2-5
This commit is contained in:
parent
3cb5a654c5
commit
d0b7409d2d
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=hid-tools
|
pkgname=hid-tools
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://gitlab.freedesktop.org/libevdev/hid-tools'
|
url='https://gitlab.freedesktop.org/libevdev/hid-tools'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -31,5 +31,6 @@ package() {
|
||||||
# Install documentation
|
# Install documentation
|
||||||
install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
|
install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
|
||||||
cp -r -a --no-preserve=ownership doc/html "$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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue