File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant
3030COMPLETION_DIR=" $( pwd) /completions" cargo build --release
3131
3232%install
33- install -Dpm 0755 target/release/sl %{buildroot }%{_bindir }/sl
34- install -Dpm 0644 completions/sl.1 %{buildroot }%{_mandir }/man1/sl.1
35- install -Dpm 0644 sl.1.ja %{buildroot }%{_mandir }/man1/sl.1.ja
36- install -Dpm 0644 completions/sl.bash %{buildroot }%{bash_completions_dir }
37- install -Dpm 0644 completions/sl.fish %{buildroot }%{fish_completions_dir }
38- install -Dpm 0644 completions/_sl %{buildroot }%{zsh_completions_dir }
33+ install -Dpm 0755 target/release/sl %{buildroot }%{_bindir }/sl
34+ install -Dpm 0644 completions/sl.1 %{buildroot }%{_mandir }/man1/sl.1
35+ install -Dpm 0644 sl.1.ja %{buildroot }%{_mandir }/man1/sl.1.ja
36+ install -Dpm 0644 completions/sl.bash -t %{buildroot }%{bash_completions_dir }
37+ install -Dpm 0644 completions/sl.fish -t %{buildroot }%{fish_completions_dir }
38+ install -Dpm 0644 completions/_sl -t %{buildroot }%{zsh_completions_dir }
3939
4040%changelog
4141{{{ git_dir_changelog }}}
You can’t perform that action at this time.
0 commit comments