mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
sys-block/open-iscsi: fix sbin install path
This commit is contained in:
parent
76bd001974
commit
a5d707e9df
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user