commit | fde68c5becb552ce96fcf1d123624b5c11baa187 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Thu Mar 08 23:00:37 2018 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Mar 09 10:22:59 2018 +0100 |
tree | c828c3f12ea8899c51b342a23960477dc080d8b1 | |
parent | 5a8997f207154826c7bf1a97acf75ffb44159c50 [diff] |
tools: bpf: consistent make bpf_install Currently, make bpf_install in tools/ does not respect DESTDIR. Moreover, it installs to /usr/bin/ unconditionally. Let it respect DESTDIR and allow prefix to be specified. Also, to be more consistent with bpftool and with the usual customs, default the prefix to /usr/local instead of /usr. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>