Skip to content
Snippets Groups Projects
Commit 995d0820 authored by Niels Janssen's avatar Niels Janssen
Browse files

* prevent collision on log directory

parent b357284a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment