fix bug in perf-linux installation, oops
This commit is contained in:
@@ -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"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user