* prevent collision on log directory
This commit is contained in:
		
							parent
							
								
									b357284a32
								
							
						
					
					
						commit
						995d08208e
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -24,7 +24,8 @@ sub createLinks {
 | 
				
			||||||
        my $dstFile = "$dstDir/$baseName";
 | 
					        my $dstFile = "$dstDir/$baseName";
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
	if ($srcFile =~ /\/propagated-build-inputs$/ ||
 | 
						if ($srcFile =~ /\/propagated-build-inputs$/ ||
 | 
				
			||||||
            $srcFile =~ /\/nix-support$/)
 | 
					            $srcFile =~ /\/nix-support$/ ||
 | 
				
			||||||
 | 
					            $srcFile =~ /\/log$/)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            # Do noting.
 | 
					            # Do noting.
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue