mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
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:
parent
9c4b624344
commit
0f6f2d44d7
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user