Skip to content

Commit

Permalink
fix for xtask
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 20, 2022
1 parent 576f9fb commit 36cc693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rust-anda-git.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ Summary: %{summary}

%build
%cargo_build
cargo xtask manpage
cargo run -p xtask -- manpage
cargo run -p xtask -- completion


%install
%cargo_install
Expand Down
3 changes: 2 additions & 1 deletion rust-anda.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Summary: %{summary}

%build
%cargo_build
cargo xtask manpage
cargo run -p xtask -- manpage
cargo run -p xtask -- completion

%install
%cargo_install
Expand Down

0 comments on commit 36cc693

Please sign in to comment.