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:
Harrison Houghton 2021-07-02 20:19:32 -04:00 committed by github-actions[bot]
parent 2262d7863a
commit 85924eaaa8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation {
buildInputs = [ libopcodes libbfd libelf zlib readline ];
preConfigure = ''
patchShebangs scripts/bpf_helpers_doc.py
patchShebangs scripts/bpf_doc.py
cd tools/bpf
substituteInPlace ./bpftool/Makefile \