about summary refs log tree commit diff
path: root/corepkgs
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs')
-rwxr-xr-xcorepkgs/buildenv/builder.pl.in3
1 files changed, 2 insertions, 1 deletions
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.
 	}