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