3
0
Fork 0
forked from mirrors/nixpkgs

dd-agent: Move /usr stuff to directly

This commit is contained in:
Shea Levy 2013-01-08 12:35:41 -05:00
parent 74c92f5f4a
commit 4b2632e54a

View file

@ -14,4 +14,9 @@ stdenv.mkDerivation rec {
makeFlags = [ "BUILD=$(out)" ];
installTargets = [ "install_base" "install_full" ];
postInstall = ''
mv $out/usr/* $out
rmdir $out/usr
'';
}