fix bug in perf-linux installation, oops
This commit is contained in:
parent
7eea045b28
commit
38a2056f70
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
preConfigure = ''
|
||||
cd tools/perf
|
||||
sed -i s,/usr/include/elfutils,$elfutils/include/elfutils, Makefile
|
||||
-f bash_completion && sed -i 's,^have perf,_have perf,' bash_completion
|
||||
[ -f bash_completion ] && sed -i 's,^have perf,_have perf,' bash_completion
|
||||
export makeFlags="DESTDIR=$out $makeFlags"
|
||||
'';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user