Merge pull request #89740 from markuskowa/fix-moosefs
moosefs: fix datapath for mfscgiserv
This commit is contained in:
commit
9ebc144034
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
, fuse
|
||||
, pkgconfig
|
||||
, libpcap
|
||||
, zlib
|
||||
, zlib
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||
[ fuse libpcap zlib ];
|
||||
|
||||
postInstall = ''
|
||||
substituteInPlace $out/sbin/mfscgiserv --replace "datapath=\"$out" "datapath=\""
|
||||
wrapProgram $out/sbin/mfscgiserv \
|
||||
--prefix PATH ":" "${python}/bin"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue