diff options
author | Sudip Mukherjee <[email protected]> | 2019-11-14 13:37:19 +0000 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-11-22 10:48:14 -0300 |
commit | 68401a1799fa14cb72c2a129bbefdacd44279772 (patch) | |
tree | 0cb059684ee947af3cffc1eabf962334a989b71e /tools/perf/util/trace-event-scripting.c | |
parent | 32a1ece4bdbde24734ab16484bad7316f03fc42d (diff) |
libtraceevent: Fix header installation
When we passed some location in DESTDIR, install_headers called
do_install with DESTDIR as part of the second argument.
But do_install is again using '$(DESTDIR_SQ)$2', so as a result the
headers were installed in a location $DESTDIR/$DESTDIR.
In my testing I passed DESTDIR=/home/sudip/test and the headers were
installed in: /home/sudip/test/home/sudip/test/usr/include/traceevent.
Lets remove DESTDIR from the second argument of do_install so that the
headers are installed in the correct location.
Signed-off-by: Sudipm Mukherjee <[email protected]>
Reviewed-by: Steven Rostedt (VMware) <[email protected]>
Cc: Sudipm Mukherjee <[email protected]>
Cc: [email protected]
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions