* Forgot a @bindir@.
This commit is contained in:
		
							parent
							
								
									d303b389a9
								
							
						
					
					
						commit
						efd31139df
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -142,7 +142,7 @@ else { # Copy FROM the remote machine.
 | 
				
			||||||
    if (scalar @missing > 0) {
 | 
					    if (scalar @missing > 0) {
 | 
				
			||||||
        my $extraOpts = "";
 | 
					        my $extraOpts = "";
 | 
				
			||||||
        $extraOpts .= "--sign" if $sign == 1;
 | 
					        $extraOpts .= "--sign" if $sign == 1;
 | 
				
			||||||
        system("ssh @sshOpts $sshHost 'nix-store --export $extraOpts @missing | $compressor' | $decompressor | nix-store --import") == 0
 | 
					        system("ssh @sshOpts $sshHost 'nix-store --export $extraOpts @missing | $compressor' | $decompressor | @bindir@/nix-store --import") == 0
 | 
				
			||||||
            or die "copying store paths to remote machine `$sshHost' failed: $?";
 | 
					            or die "copying store paths to remote machine `$sshHost' failed: $?";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue