Skip to content

Commit

Permalink
Update stardust-non-spatial-input.spec
Browse files Browse the repository at this point in the history
Fix install directories

Signed-off-by: Owen Zimmerman <[email protected]>
  • Loading branch information
Owen-sz authored Sep 11, 2024
1 parent 8bcd1e0 commit ff01f01
Showing 1 changed file with 6 additions and 2 deletions.
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 non-spatial-input
%cargo_install
(cd app_grid && %cargo_install -- &)
(cd hexagon_launcher && %cargo_install -- &)
(cd single && %cargo_install -- &)
(cd sirius && %cargo_install -- &)

wait

%files
%_bindir/non-spatial-input
Expand Down

0 comments on commit ff01f01

Please sign in to comment.