diff options
Diffstat (limited to 'app-vim/tcomment')
-rw-r--r-- | app-vim/tcomment/tcomment-3.08.1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/tcomment/tcomment-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/tcomment/tcomment-3.08.1.ebuild b/app-vim/tcomment/tcomment-3.08.1.ebuild index d010b1ea6e6a..4f8901eacc87 100644 --- a/app-vim/tcomment/tcomment-3.08.1.ebuild +++ b/app-vim/tcomment/tcomment-3.08.1.ebuild @@ -22,9 +22,9 @@ LICENSE="GPL-3" VIM_PLUGIN_HELPFILES="${PN}.txt" -DOCS=( CHANGES.TXT ) +DOCS=( CHANGES.TXT README ) src_prepare() { default - rm -r README LICENSE.TXT etc spec addon* || die + rm -r etc spec addon* || die } diff --git a/app-vim/tcomment/tcomment-9999.ebuild b/app-vim/tcomment/tcomment-9999.ebuild index c4e81eac5591..123c92cde935 100644 --- a/app-vim/tcomment/tcomment-9999.ebuild +++ b/app-vim/tcomment/tcomment-9999.ebuild @@ -22,9 +22,9 @@ LICENSE="GPL-3" VIM_PLUGIN_HELPFILES="${PN}.txt" -DOCS=( CHANGES.txt ) +DOCS=( CHANGES.TXT README ) src_prepare() { default - rm -r README LICENSE.TXT etc spec addon* || die + rm -r etc spec addon* || die } |