forked from mirrors/nixpkgs
dd-agent: Move /usr stuff to directly
This commit is contained in:
parent
74c92f5f4a
commit
4b2632e54a
1 changed files with 5 additions and 0 deletions
|
@ -14,4 +14,9 @@ stdenv.mkDerivation rec {
|
||||||
makeFlags = [ "BUILD=$(out)" ];
|
makeFlags = [ "BUILD=$(out)" ];
|
||||||
|
|
||||||
installTargets = [ "install_base" "install_full" ];
|
installTargets = [ "install_base" "install_full" ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mv $out/usr/* $out
|
||||||
|
rmdir $out/usr
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue