Re: [PATCH] perf tools: Create libdir directory before installing libperf-jvmti.so

2017-01-08 Thread Jiri Olsa
On Fri, Jan 06, 2017 at 02:18:08PM -0800, Laura Abbott wrote: > The install command for libperf-jvmti.so does not check if libdir exists > before installing. This means that when the install command is run: > > install libperf-jvmti.so '/tmp/test_root/usr/lib64'; > > libperf-jvmti.so will get ins

[PATCH] perf tools: Create libdir directory before installing libperf-jvmti.so

2017-01-06 Thread Laura Abbott
The install command for libperf-jvmti.so does not check if libdir exists before installing. This means that when the install command is run: install libperf-jvmti.so '/tmp/test_root/usr/lib64'; libperf-jvmti.so will get installed to /usr/lib64 as a file and break further installation. Fix this by