From 7857c8396f2d9beb10dba8893977a047feecc851 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:58:51 -0700 Subject: [PATCH] Update stardust-protostar.spec (#2363) (#2371) 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