Skip to content

Commit 24b3aca

Browse files
authored
fix: remove dangling ld symlink (#189)
This symlink was part of an old workaround but breaks ability of downstreams to layer binutils, gcc, etc. Fixes: #188
1 parent 98c79ef commit 24b3aca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

post-install.sh

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/{eyecantcu-supergfxctl,nvidia-
66

77
systemctl enable ublue-nvctk-cdi.service
88
semodule --verbose --install /usr/share/selinux/packages/nvidia-container.pp
9-
ln -s /usr/bin/ld.bfd /etc/alternatives/ld
10-
ln -s /etc/alternatives/ld /usr/bin/ld
119

1210
if [[ "${IMAGE_NAME}" == "sericea" ]]; then
1311
mv /etc/sway/environment{,.orig}

0 commit comments

Comments
 (0)