From 24b3acabf9f381b7a8164ab367e26578cf517ed4 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Tue, 30 Jan 2024 21:48:33 -0600 Subject: [PATCH] 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 --- post-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/post-install.sh b/post-install.sh index 35544c3..6b7d0d9 100755 --- a/post-install.sh +++ b/post-install.sh @@ -6,8 +6,6 @@ sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/{eyecantcu-supergfxctl,nvidia- systemctl enable ublue-nvctk-cdi.service semodule --verbose --install /usr/share/selinux/packages/nvidia-container.pp -ln -s /usr/bin/ld.bfd /etc/alternatives/ld -ln -s /etc/alternatives/ld /usr/bin/ld if [[ "${IMAGE_NAME}" == "sericea" ]]; then mv /etc/sway/environment{,.orig}