smatch: install files in the right place
This commit is contained in:
parent
8775cb95ba
commit
d1202f702b
@ -20,7 +20,10 @@ stdenv.mkDerivation {
|
|||||||
++ stdenv.lib.optional buildllvmsparse llvm
|
++ stdenv.lib.optional buildllvmsparse llvm
|
||||||
++ stdenv.lib.optional buildc2xml libxml2;
|
++ stdenv.lib.optional buildc2xml libxml2;
|
||||||
|
|
||||||
installFlags = "DESTDIR=$(out)";
|
preBuild =
|
||||||
|
'' sed -i Makefile \
|
||||||
|
-e "s|^PREFIX=.*|PREFIX = $out|g"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A semantic analysis tool for C";
|
description = "A semantic analysis tool for C";
|
||||||
|
Loading…
Reference in New Issue
Block a user