From 6bf1b23b0304124e45aee007a8f91d67a2d73b91 Mon Sep 17 00:00:00 2001 From: Victor Dodon Date: Thu, 17 Dec 2015 18:36:16 -0500 Subject: 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(-) (limited to 'sys-block') 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 53bf0ef9fb62..43baf5276e4a 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 -- cgit v1.2.3-65-gdbad