open-iscsi: fix path in iscsi_fw_login

This commit is contained in:
Markus Kowalewski 2019-11-29 01:26:52 +01:00
parent 75deccbf61
commit 220b417e43
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
$out/sbin/iscsistart -v
'';
postFixup = ''
sed -i "s|/sbin/iscsiadm|$out/bin/iscsiadm|" $out/bin/iscsi_fw_login
'';
meta = with stdenv.lib; {
description = "A high performance, transport independent, multi-platform implementation of RFC3720";
license = licenses.gpl2;