diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-07-22T20·37+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-07-22T20·37+0000 |
commit | 3fae65d4ccea78eeb0aef5acb4b613a0547a4c6d (patch) | |
tree | 138e46f617c237eb1047a800aca7f80a4f324997 /corepkgs | |
parent | 4c20a0829304631cf7282937bd6a0789701f40a4 (diff) |
* Adhockery.
Diffstat (limited to 'corepkgs')
-rwxr-xr-x | corepkgs/buildenv/builder.pl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/corepkgs/buildenv/builder.pl.in b/corepkgs/buildenv/builder.pl.in index a1914f658f30..1597ffa29178 100755 --- a/corepkgs/buildenv/builder.pl.in +++ b/corepkgs/buildenv/builder.pl.in @@ -26,6 +26,7 @@ sub createLinks { if ($srcFile =~ /\/propagated-build-inputs$/ || $srcFile =~ /\/nix-support$/ || $srcFile =~ /\/perllocal.pod$/ || + $srcFile =~ /\/info\/dir$/ || $srcFile =~ /\/log$/) { # Do nothing. |