commit: 6bf1b23b0304124e45aee007a8f91d67a2d73b91
Author: Victor Dodon <printesoi <AT> chromium <DOT> org>
AuthorDate: Thu Dec 17 23:36:16 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 00:00:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf1b23b
sys-block/open-iscsi: do not use ROOT in src_install
We do not want to use ROOT to control where sbin progs are installed.
Switch to EPREFIX instead.
sys-block/open-iscsi/open-iscsi-2.0.873.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
b/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
index 53bf0ef..43baf52 100644
--- a/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
@@ -69,7 +69,7 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" sbindir="${ROOT}usr/sbin/" install
+ emake DESTDIR="${ED}" sbindir="/usr/sbin" install
dodoc README THANKS