ovedpo15 has asked for the wisdom of the Perl Monks concerning the following question:
The problem is with a link that dependent on another link. So for example if I have those links:foreach my $link (keys(%links)) { my $target = $links{$link}; print $fh "ln -s $target $link\n"; }
So in that case, since we create /usr only after trying to create /usr/pkgs/python/2.7.5 it will fail.ln -s ../python2/2.7.15 /usr/pkgs/python/2.7.5 ln -s /nfs/tools/data /usr
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Order of links
by haukex (Archbishop) on Apr 29, 2021 at 10:23 UTC |