3
0
Fork 0
forked from mirrors/nixpkgs

* xen: Build succesfully if $out already exists (needed for WCRE).

svn path=/nixpkgs/trunk/; revision=27580
This commit is contained in:
Eelco Dolstra 2011-07-02 19:21:28 +00:00
parent cbb0e62780
commit ed58c55155

View file

@ -120,7 +120,8 @@ stdenv.mkDerivation {
installPhase =
''
cp -prvd dist/install/nix/store/* $out
mkdir -p $out
cp -prvd dist/install/nix/store/*/* $out/
cp -prvd dist/install/boot $out/boot
cp -prvd dist/install/etc $out/etc
cp -dR docs/man1 docs/man5 $out/share/man/