Commit 0de3290a authored by Roman Alifanov's avatar Roman Alifanov Committed by Vitaly Lipatov

init fish completion

parent d4d6ac63
...@@ -42,6 +42,9 @@ install_common: ...@@ -42,6 +42,9 @@ install_common:
mkdir -p $(DESTDIR)$(datadir)/zsh/Completion/Linux/ mkdir -p $(DESTDIR)$(datadir)/zsh/Completion/Linux/
install -m 0644 zsh_completion/_eepm $(DESTDIR)$(datadir)/zsh/Completion/Linux/ install -m 0644 zsh_completion/_eepm $(DESTDIR)$(datadir)/zsh/Completion/Linux/
mkdir -p $(DESTDIR)$(datadir)/fish/vendor_completions.d/
install -m 0644 fish_completion/eepm.fish $(DESTDIR)$(datadir)/fish/vendor_completions.d/
# shebang.req.files # shebang.req.files
chmod a+x $(DESTDIR)$(pkgdatadir)/serv-* chmod a+x $(DESTDIR)$(pkgdatadir)/serv-*
chmod a+x $(DESTDIR)$(pkgdatadir)/epm-* chmod a+x $(DESTDIR)$(pkgdatadir)/epm-*
......
...@@ -128,6 +128,7 @@ make -C po ...@@ -128,6 +128,7 @@ make -C po
%_sysconfdir/bash_completion.d/serv %_sysconfdir/bash_completion.d/serv
%_sysconfdir/bash_completion.d/eepm %_sysconfdir/bash_completion.d/eepm
%_datadir/zsh/Completion/Linux/_eepm %_datadir/zsh/Completion/Linux/_eepm
%_datadir/fish/vendor_completions.d/eepm.fish
%files repack %files repack
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment