Skip to content

Commit

Permalink
app-misc/tmux: Install example config.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Jun 2, 2016
1 parent f76b478 commit dac5e28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-misc/tmux/tmux-2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ src_install() {

einstalldocs

dodoc example_tmux.conf
docompress -x /usr/share/doc/${PF}/example_tmux.conf

if use vim-syntax; then
insinto /usr/share/vim/vimfiles/ftdetect
doins "${FILESDIR}"/tmux.vim
Expand Down
3 changes: 3 additions & 0 deletions app-misc/tmux/tmux-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ src_install() {

einstalldocs

dodoc example_tmux.conf
docompress -x /usr/share/doc/${PF}/example_tmux.conf

if use vim-syntax; then
insinto /usr/share/vim/vimfiles/ftdetect
doins "${FILESDIR}"/tmux.vim
Expand Down

0 comments on commit dac5e28

Please sign in to comment.