community/acpid: correct doc location

moves COPYING/Changelog etc to /usr/share/doc/acpid instead of
/share/doc/acpid (due to prefix=/)
This commit is contained in:
psykose 2022-07-02 15:17:45 +00:00
parent 9c4b624344
commit 0f6f2d44d7
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=acpid
pkgver=2.0.33
pkgrel=0
pkgrel=1
pkgdesc="The ACPI Daemon (acpid) With Netlink Support"
url="https://sourceforge.net/projects/acpid2/"
arch="all"
@ -32,6 +32,7 @@ build() {
--prefix=/ \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--docdir=/usr/share/doc \
--localstatedir=/var
make
}