diff options
author | Victor Dodon <printesoi@chromium.org> | 2015-12-17 18:36:16 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-17 19:00:05 -0500 |
commit | 6bf1b23b0304124e45aee007a8f91d67a2d73b91 (patch) | |
tree | 505924a60919eeccc72495439790c41023c30bcd /sys-block | |
parent | www-client/google-chrome-beta: Add fake-bidi to CHROMIUM_LINGUAS (diff) | |
download | gentoo-6bf1b23b0304124e45aee007a8f91d67a2d73b91.tar.gz gentoo-6bf1b23b0304124e45aee007a8f91d67a2d73b91.tar.bz2 gentoo-6bf1b23b0304124e45aee007a8f91d67a2d73b91.zip |
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.
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.0.873.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |