From 995d08208eb52dfa42451733c4b20add2730de9f Mon Sep 17 00:00:00 2001 From: Niels Janssen Date: Sun, 19 Sep 2004 15:53:37 +0000 Subject: [PATCH] * prevent collision on log directory --- corepkgs/buildenv/builder.pl.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/corepkgs/buildenv/builder.pl.in b/corepkgs/buildenv/builder.pl.in index 9a5fad9125..e53b383f19 100755 --- a/corepkgs/buildenv/builder.pl.in +++ b/corepkgs/buildenv/builder.pl.in @@ -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. }