summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/gitgutter/gitgutter-99999999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild
index 002f6583087d..472b9617df4c 100644
--- a/app-vim/gitgutter/gitgutter-99999999.ebuild
+++ b/app-vim/gitgutter/gitgutter-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,6 +25,5 @@ src_prepare() {
default
# remove unwanted files
- rm LICENCE README* screenshot.png unplace.vim || die
- rm -r test || die
+ rm -rv LICENCE README* screenshot.png test || die
}