commit:     2f826c6e4b219820db1f173d71220de472121c8d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 16:01:09 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 16:01:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f826c6e

sys-cluster/ploop: fix install path

Closes: https://bugs.gentoo.org/853079
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 sys-cluster/ploop/ploop-1.14.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/ploop/ploop-1.14.1-r1.ebuild 
b/sys-cluster/ploop/ploop-1.14.1-r1.ebuild
index 203548448316..b8086d22b8d8 100644
--- a/sys-cluster/ploop/ploop-1.14.1-r1.ebuild
+++ b/sys-cluster/ploop/ploop-1.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -54,7 +54,7 @@ src_compile() {
 }
 
 src_install() {
-       default
+       emake DESTDIR="${D}" LIBDIR=/usr/$(get_libdir) install
        rm "${ED}"/usr/$(get_libdir)/*.a || die
 }
 

Reply via email to