diff options
Diffstat (limited to 'app-vim/tcomment/tcomment-9999.ebuild')
-rw-r--r-- | app-vim/tcomment/tcomment-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |