]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix the symbolic link of multilib dirs
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 8 Jun 2022 13:09:28 +0000 (14:09 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 5 Aug 2022 18:45:19 +0000 (19:45 +0100)
commita87b3fcbb33e59dd9dc00d1aff88c0d80352f488
treea87870003845f386761e091b21c5e5b2ce393dab
parent30719666f854d4c0c6b8b2430dd1dff78851d59f
Fix the symbolic link of multilib dirs

If dir contains several / then 'ln -s . $dir' does not link it to the
current directory. Use the existing rellns.sh script to compute the
correct relative path to .
Makerules