about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xcorepkgs/buildenv/builder.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/buildenv/builder.pl b/corepkgs/buildenv/builder.pl
index 144ad3374b83..3bbb178c8570 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) {