From cfab541c0c444ce9125eee0cf45b4228097d9f73 Mon Sep 17 00:00:00 2001 From: Apacelus <46828271+Apacelus@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:09:34 +0100 Subject: [PATCH] Fix path --- build_rpm-ostree_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rpm-ostree_repo.sh b/build_rpm-ostree_repo.sh index 209345f..a59a61f 100644 --- a/build_rpm-ostree_repo.sh +++ b/build_rpm-ostree_repo.sh @@ -10,7 +10,7 @@ mount -t sysfs sys /sys git clone --branch="f39" --depth=1 https://pagure.io/workstation-ostree-config.git /tmp/workstation-ostree-config # copy eupneaos config into cloned ostree configs -cp ./configs/fedora-eupneaos.yaml /tmp/workstation-ostree-config/workstation-ostree-config/fedora-eupneaos.yaml +cp ./configs/fedora-eupneaos.yaml /tmp/workstation-ostree-config/fedora-eupneaos.yaml mkdir -p /tmp/ostree-cache