forked from lix-project/lix
* prevent collision on log directory
This commit is contained in:
parent
b357284a32
commit
995d08208e
|
@ -24,7 +24,8 @@ sub createLinks {
|
|||
my $dstFile = "$dstDir/$baseName";
|
||||
|
||||
if ($srcFile =~ /\/propagated-build-inputs$/ ||
|
||||
$srcFile =~ /\/nix-support$/)
|
||||
$srcFile =~ /\/nix-support$/ ||
|
||||
$srcFile =~ /\/log$/)
|
||||
{
|
||||
# Do noting.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue