forked from mirrors/nixpkgs
copy /nixpkgs contents instead of just the link (fixes NIXOS-9)
svn path=/nixu/trunk/; revision=3586
This commit is contained in:
parent
597f963528
commit
2389fc5bef
|
@ -215,7 +215,7 @@ echo verifying Nix DB...
|
|||
$NIX_CMD_PATH/nix-store --verify
|
||||
|
||||
echo copying nixpkgs...
|
||||
cp -fa /nixpkgs $root/nixpkgs/trunk
|
||||
cp -fLa /nixpkgs $root/nixpkgs/trunk
|
||||
|
||||
make_dir 0755 /tmp/scripts
|
||||
cp -fa /cdrom/scripts $root/tmp
|
||||
|
|
Loading…
Reference in a new issue