commit: 5c288c72adab36e5dad12e0e20d94f70f030ff74
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 13:26:06 2021 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 13:29:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c288c72
sys-apps/hwdata: fix for files installed outside the prefix
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sys-apps/hwdata/hwdata-0.353.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-apps/hwdata/hwdata-0.353.ebuild
b/sys-apps/hwdata/hwdata-0.353.ebuild
index e669227c15ac..e6dfcf28e7a4 100644
--- a/sys-apps/hwdata/hwdata-0.353.ebuild
+++ b/sys-apps/hwdata/hwdata-0.353.ebuild
@@ -18,6 +18,7 @@ src_configure() {
./configure
--prefix="${EPREFIX}/usr"
--libdir="${EPREFIX}/lib"
+ --datadir="${EPREFIX}/usr/share"
)
echo "${conf[@]}" >&2
"${conf[@]}" || die