From 0f6f2d44d7fb742fadf5dbbab025131963a606ea Mon Sep 17 00:00:00 2001 From: psykose Date: Sat, 2 Jul 2022 15:17:45 +0000 Subject: [PATCH] community/acpid: correct doc location moves COPYING/Changelog etc to /usr/share/doc/acpid instead of /share/doc/acpid (due to prefix=/) --- community/acpid/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/acpid/APKBUILD b/community/acpid/APKBUILD index dadfd2555e2..81a98287907 100644 --- a/community/acpid/APKBUILD +++ b/community/acpid/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka 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 }