1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

* prevent collision on log directory

This commit is contained in:
Niels Janssen 2004-09-19 15:53:37 +00:00
parent b357284a32
commit 995d08208e

View file

@ -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.
}