From 68d45c295f0b994967ec9329d0ab248f75e79a87 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:59:26 -0700 Subject: [PATCH] fix: stardust-protostar (#2363) (#2369) Delete /protostar in %install Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> (cherry picked from commit c0d3576155ff4eb6418fc131c7790f21c3770d6c) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/stardust/protostar/stardust-protostar.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/protostar/stardust-protostar.spec b/anda/stardust/protostar/stardust-protostar.spec index 83845faa65..917e51521e 100644 --- a/anda/stardust/protostar/stardust-protostar.spec +++ b/anda/stardust/protostar/stardust-protostar.spec @@ -35,8 +35,8 @@ export STARDUST_RES_PREFIXES=%_datadir wait -mkdir -p %buildroot%_datadir/protostar -cp -r res/* %buildroot%_datadir/protostar/ +mkdir -p %buildroot%_datadir +cp -r res/* %buildroot%_datadir/ %files %doc README.md