diff --git a/zellij.spec b/zellij.spec index 79c8bcb..4f296f4 100644 --- a/zellij.spec +++ b/zellij.spec @@ -102,9 +102,9 @@ mv target/wasm32-wasi/release/*.wasm assets/plugins/ ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh %install -install -Dm644 -t ./target/zellij.bash %{buildroot}%{_datadir}/bash-completion/completions/zellij -install -Dm644 -t ./target/zellij.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/zellij.fish -install -Dm644 -t ./target/zellij.zsh %{buildroot}%{_datadir}/zsh/site-functions/_zellij +install -Dm644 -t %{buildroot}%{_datadir}/bash-completion/completions/zellij ./target/zellij.bash +install -Dm644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d/zellij.fish ./target/zellij.fish +install -Dm644 -t %{buildroot}%{_datadir}/zsh/site-functions/_zellij ./target/zellij.zsh %{cargo_install} --all-features %if %{with test}