Skip to content

Commit

Permalink
Merge pull request #1270 from zealoussnow/fix-rpmbuild-error
Browse files Browse the repository at this point in the history
fix rpmbuild error
  • Loading branch information
ggreer authored Feb 16, 2019
2 parents 7c70fe3 + 295ab10 commit 4f7aca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions the_silver_searcher.spec.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define _bashcompdir %_sysconfdir/bash_completion.d

%define _zshcompdir %{_datadir}/zsh/site-functions

Name: the_silver_searcher
Version: @VERSION@
Expand Down Expand Up @@ -62,7 +62,7 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/*
%config %{_bashcompdir}/ag.bashcomp.sh
%config %{_datadir}/%{name}/completions/ag.bashcomp.sh

%config %{_datadir}/zsh/site-functions/_the_silver_searcher

%changelog
* Thu Dec 5 2013 Emily Strickland <[email protected]> - 0.18.1-1
Expand Down

0 comments on commit 4f7aca7

Please sign in to comment.