Skip to content

Commit

Permalink
Update stardust-protostar.spec
Browse files Browse the repository at this point in the history
fix install

Signed-off-by: Owen Zimmerman <[email protected]>
  • Loading branch information
Owen-sz authored Sep 11, 2024
1 parent 4ae3b7e commit 0803293
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions anda/stardust/protostar/stardust-protostar.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ Tools you can easily snap together to get non-spatial input into stardust.
%build

%install
cd protostar
%cargo_install
(cd app_grid && %cargo_install -- &)
(cd hexagon_launcher && %cargo_install -- &)
(cd single && %cargo_install -- &)
(cd sirius && %cargo_install -- &)

wait

%files
%_bindir/protostar
Expand Down

0 comments on commit 0803293

Please sign in to comment.