Merge pull request #129054 from hrhino/fix/bpftools

bpftools: fix
This commit is contained in:
Jörg Thalheim 2021-07-03 05:25:43 +01:00 committed by GitHub
commit 7918dc5148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \