From 4ae6735c85967e1245cae1714867a9129741e4b1 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:38:38 +0100 Subject: [PATCH] fixed another wrong path --- build/10-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/10-build.sh b/build/10-build.sh index a375344..4f882cd 100755 --- a/build/10-build.sh +++ b/build/10-build.sh @@ -14,7 +14,7 @@ source /ctx/build/copr-helpers.sh shopt -s nullglob echo "::group:: Apply Bluefin common system files" -cp -a /ctx/oci/common/system_files/. / +cp -a /ctx/oci/common/. / echo "::endgroup::" echo "::group:: Remove Bluefin GNOME branding"