diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-02 14:43:00 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-02 14:43:00 +0200 |
commit | dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa (patch) | |
tree | 69bd733964fffb3509021ca499f1b2252692269f /app-misc | |
parent | app-misc/tmux: Bumped live ebuild to EAPI-6. Cleanup. (diff) | |
download | gentoo-dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa.tar.gz gentoo-dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa.tar.bz2 gentoo-dac5e28f67c70f2ca32fdad3be0fc7a1c2803aaa.zip |
app-misc/tmux: Install example config.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux/tmux-2.2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/tmux/tmux-9999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app-misc/tmux/tmux-2.2.ebuild b/app-misc/tmux/tmux-2.2.ebuild index 57d96182d735..62520a30a02e 100644 --- a/app-misc/tmux/tmux-2.2.ebuild +++ b/app-misc/tmux/tmux-2.2.ebuild @@ -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 diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 223d23a4daef..520cae0e6b77 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -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 |