forked from lix-project/lix
* Fixed the old envpkgs filename.
This commit is contained in:
parent
9b44480612
commit
6d46e647ba
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue