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:
parent
cbb0e62780
commit
ed58c55155
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue