Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Nov 2, 2017
1 parent 8c50890 commit 0e76186
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/admin/clustershell/SPECS/clustershell.spec
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ mv conf/groups.conf.d/*.conf.example %{buildroot}/%{_sysconfdir}/clustershell/gr
# man pages
install -d %{buildroot}/%{install_path}/share/man/man1
install -d %{buildroot}/%{install_path}/share/man/man5
install -p -m 0644 doc/man/man1/clubak.1 %{buildroot/%{install_path}/share/man/man1/
install -p -m 0644 doc/man/man1/clush.1 %{buildroot/%{install_path}/share/man/man1/
install -p -m 0644 doc/man/man1/nodeset.1 %{buildroot/%{install_path}/share/man/man1/
install -p -m 0644 doc/man/man5/clush.conf.5 %{buildroot/%{install_path}/share/man/man5/
install -p -m 0644 doc/man/man5/groups.conf.5 %{buildroot/%{install_path}/share/man/man5/
install -p -m 0644 doc/man/man1/clubak.1 %{buildroot}/%{install_path}/share/man/man1/
install -p -m 0644 doc/man/man1/clush.1 %{buildroot}/%{install_path}/share/man/man1/
install -p -m 0644 doc/man/man1/nodeset.1 %{buildroot}/%{install_path}/share/man/man1/
install -p -m 0644 doc/man/man5/clush.conf.5 %{buildroot}/%{install_path}/share/man/man5/
install -p -m 0644 doc/man/man5/groups.conf.5 %{buildroot}/%{install_path}/share/man/man5/

# vim addons
%define vimdatadir %{install_path}/share/vim/vimfiles
Expand Down

0 comments on commit 0e76186

Please sign in to comment.