Skip to content

Commit

Permalink
eepm.spec: install zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
vitlav committed Jul 19, 2024
1 parent 96789dc commit 11d5341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ install_common:
install -m 0644 bash_completion/serv $(DESTDIR)$(sysconfdir)/bash_completion.d/serv
install -m 0644 bash_completion/eepm $(DESTDIR)$(sysconfdir)/bash_completion.d/eepm

mkdir -p $(DESTDIR)$(datadir)/zsh/Completion/Linux/
install -m 0644 zsh_completion/_eepm $(DESTDIR)$(datadir)/zsh/Completion/Linux/

# shebang.req.files
chmod a+x $(DESTDIR)$(pkgdatadir)/serv-*
chmod a+x $(DESTDIR)$(pkgdatadir)/epm-*
Expand Down
1 change: 1 addition & 0 deletions eepm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ a discussion about extra requirements.
%_datadir/%name/
%_sysconfdir/bash_completion.d/serv
%_sysconfdir/bash_completion.d/eepm
%_datadir/zsh/Completion/Linux/_eepm

%files repack

Expand Down

0 comments on commit 11d5341

Please sign in to comment.