Skip to content

Commit

Permalink
sys-block/open-iscsi: do not use ROOT in src_install
Browse files Browse the repository at this point in the history
We do not want to use ROOT to control where sbin progs are installed.
Switch to EPREFIX instead.
  • Loading branch information
Victor Dodon authored and vapier committed Dec 18, 2015
1 parent 35ceed0 commit 6bf1b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-block/open-iscsi/open-iscsi-2.0.873.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6bf1b23

Please sign in to comment.