From b9de822c9633475501bb01b1c59e2c96daaf9d53 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:19:47 -0700 Subject: [PATCH] fix: stardust-protostar (#2338) (#2351) * fix: stardust-black-hole * fix: stardust-protostar (cherry picked from commit 7cf70286c9f4530245bdb6165ad949384ed38b7f) Co-authored-by: madomado --- anda/stardust/protostar/stardust-protostar.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/stardust/protostar/stardust-protostar.spec b/anda/stardust/protostar/stardust-protostar.spec index d05306f4e9..83845faa65 100644 --- a/anda/stardust/protostar/stardust-protostar.spec +++ b/anda/stardust/protostar/stardust-protostar.spec @@ -35,7 +35,8 @@ export STARDUST_RES_PREFIXES=%_datadir wait -cp -r res/* %buildroot%_datadir/ +mkdir -p %buildroot%_datadir/protostar +cp -r res/* %buildroot%_datadir/protostar/ %files %doc README.md