From 7fe962558bf0126939ce5cf9dca94f92b5ab2637 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:52:07 +0100 Subject: [PATCH] fixed wrong copy-command --- build/10-build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/10-build.sh b/build/10-build.sh index bd13933..02eb84b 100755 --- a/build/10-build.sh +++ b/build/10-build.sh @@ -62,9 +62,6 @@ find /ctx/custom/ujust -iname '*.just' -exec printf "\n\n" \; -exec cat {} \; \ mkdir -p /etc/flatpak/preinstall.d/ cp /ctx/custom/flatpaks/*.preinstall /etc/flatpak/preinstall.d/ -# systemd presets, services, overrides -mkdir -p /etc/systemd/ -cp -r /ctx/oci/common/bluefin/etc/systemd/* /etc/systemd/ echo "::endgroup::"