sys-block/open-iscsi: fix sbin install path

This commit is contained in:
Nick Owens 2015-09-17 12:27:22 -07:00
parent 76bd001974
commit a5d707e9df

View File

@ -70,7 +70,7 @@ src_compile() {
} }
src_install() { src_install() {
emake DESTDIR="${D}" sbindir="${ROOT}usr/sbin/" install emake DESTDIR="${D}" sbindir="usr/sbin/" install
dodoc README THANKS dodoc README THANKS