aboutsummaryrefslogtreecommitdiff
path: root/corepkgs/buildenv
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/buildenv')
-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 144ad3374..3bbb178c8 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) {