commit:     33349198d292025d85fb93f176a38c017c16fe01
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 05:45:51 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 05:50:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33349198

sys-fs/zfs-kmod: update live ebuild, don't pass INSTALL_MOD_PATH

it will be set to value of  $DESTDIR

changed in 
https://github.com/openzfs/zfs/commit/ed3a3bdb0d59772ae4b8719cb6ffa690627bf112
Closes: https://bugs.gentoo.org/815850

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
index 996dd40ebdc..255ef48a0b4 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
@@ -156,8 +156,8 @@ src_install() {
 
        myemakeargs+=(
                DEPMOD=:
+               # INSTALL_MOD_PATH ?= $(DESTDIR) in module/Makefile
                DESTDIR="${D}"
-               INSTALL_MOD_PATH="${EPREFIX:-/}" # lib/modules/<kver> added by 
KBUILD
        )
 
        emake "${myemakeargs[@]}" install

Reply via email to