From 8d6189217fd1c0ef345b6b38ffb20c35c65117d5 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 10 Jan 2024 22:33:25 -0800 Subject: [PATCH] chore: Use skel instead of skel.d --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c4e748a0..f7ef22a1 100644 --- a/Containerfile +++ b/Containerfile @@ -542,7 +542,7 @@ RUN /tmp/image-info.sh && \ sed -i 's/252/207/' /usr/share/alsa/ucm2/AMD/acp5x/acp5x.conf && \ sed -i 's/192/207/' /usr/share/alsa/ucm2/AMD/acp5x/acp5x.conf && \ if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ - sed -i 's/Exec=.*/Exec=systemctl start return-to-gamemode.service/' /etc/skel.d/Desktop/Return.desktop \ + sed -i 's/Exec=.*/Exec=systemctl start return-to-gamemode.service/' /etc/skel/Desktop/Return.desktop \ ; fi && \ cp "/usr/share/ublue-os/firstboot/yafti.yml" "/usr/etc/yafti.yml" && \ sed -i 's/#HandlePowerKey=poweroff/HandlePowerKey=suspend/g' /etc/systemd/logind.conf && \