fix copying bug for real
svn path=/nixu/trunk/; revision=3588
This commit is contained in:
parent
2389fc5bef
commit
e8f7642f09
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ echo verifying Nix DB...
|
|||
$NIX_CMD_PATH/nix-store --verify
|
||||
|
||||
echo copying nixpkgs...
|
||||
cp -fLa /nixpkgs $root/nixpkgs/trunk
|
||||
cp -fLa /cdrom/pkgs $root/nixpkgs/trunk
|
||||
|
||||
make_dir 0755 /tmp/scripts
|
||||
cp -fa /cdrom/scripts $root/tmp
|
||||
|
|
Loading…
Reference in a new issue