aboutsummaryrefslogtreecommitdiff
path: root/corepkgs/buildenv
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-02-04 16:20:51 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-02-04 16:20:51 +0000
commit6d46e647ba16e19100dcd0abda9ca5a81ccf764f (patch)
treecaed2a27b81c5c08dfce45c5c3d9488cf3b96714 /corepkgs/buildenv
parent9b44480612dd30a7292ec94a88e4018b8f18e3f0 (diff)
* Fixed the old envpkgs filename.
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) {