diff --git a/corepkgs/buildenv/builder.pl b/corepkgs/buildenv/builder.pl index 144ad3374b..3bbb178c85 100755 --- a/corepkgs/buildenv/builder.pl +++ b/corepkgs/buildenv/builder.pl @@ -18,7 +18,7 @@ sub createLinks { my $basename = $srcfile; $basename =~ s/^.*\///g; # strip directory my $dstfile = "$dstdir/$basename"; - if ($srcfile =~ /\/envpkgs$/) { + if ($srcfile =~ /\/propagated-build-inputs$/) { } elsif (-d $srcfile) { # !!! hack for resolving name clashes if (!-e $dstfile) {