Skip to content

Commit

Permalink
Add zsh completion (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Szymański authored and posva committed Jul 28, 2017
1 parent f6884b2 commit 2929d86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catimg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,15 @@ pushd build
%make_install
popd

install -D -p -m 644 completion/_catimg $RPM_BUILD_ROOT%{_datadir}/zsh/site-functions/_catimg

%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%dir %{_datadir}/zsh
%dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/_catimg
%{_mandir}/man1/%{name}.1*

%changelog

0 comments on commit 2929d86

Please sign in to comment.