bpftools: fix
At some point the name of the doc-tool script changed and we stopped patching up the shabang line. The new one is just scripts/bpf_doc.py. (cherry picked from commit 8997f8cc709f6d1801a23de80a7954e48116d1b2)
This commit is contained in:
parent
2262d7863a
commit
85924eaaa8
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||||
buildInputs = [ libopcodes libbfd libelf zlib readline ];
|
buildInputs = [ libopcodes libbfd libelf zlib readline ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs scripts/bpf_helpers_doc.py
|
patchShebangs scripts/bpf_doc.py
|
||||||
|
|
||||||
cd tools/bpf
|
cd tools/bpf
|
||||||
substituteInPlace ./bpftool/Makefile \
|
substituteInPlace ./bpftool/Makefile \
|
||||||
|
|
Loading…
Reference in New Issue