summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dodon <printesoi@chromium.org>2015-12-17 18:36:16 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-17 19:00:05 -0500
commit6bf1b23b0304124e45aee007a8f91d67a2d73b91 (patch)
tree505924a60919eeccc72495439790c41023c30bcd /sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
parentwww-client/google-chrome-beta: Add fake-bidi to CHROMIUM_LINGUAS (diff)
downloadgentoo-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/open-iscsi/open-iscsi-2.0.873.ebuild')
-rw-r--r--sys-block/open-iscsi/open-iscsi-2.0.873.ebuild2
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