Skip to content
Snippets Groups Projects
Commit 6d46e647 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Fixed the old envpkgs filename.

parent 9b444806
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment