3
0
Fork 0
forked from mirrors/nixpkgs

fix bash completion for perf

This commit is contained in:
Aristid Breitkreuz 2013-07-01 20:22:34 +02:00 committed by Rok Garbas
parent 5597e9a2a5
commit f925c5ae7f

View file

@ -12,6 +12,7 @@ stdenv.mkDerivation {
preConfigure = ''
cd tools/perf
sed -i s,/usr/include/elfutils,$elfutils/include/elfutils, Makefile
sed -i 's,^have perf,_have perf,' bash_completion
export makeFlags="DESTDIR=$out $makeFlags"
'';