summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-28 07:47:09 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-28 08:02:38 +0000
commitf115aa2840dfe1a0d919f00a5878e79078a3dfbc (patch)
tree0f486f6e4d1811417ada17d0f1b0194b86d49777
parentapp-arch/lzma: Clean up old. (diff)
downloadgentoo-f115aa28.tar.gz
gentoo-f115aa28.tar.bz2
gentoo-f115aa28.zip
app-vim/airline: Add missing die.
Package-Manager: portage-2.2.26
-rw-r--r--app-vim/airline/airline-0.7.ebuild4
-rw-r--r--app-vim/airline/airline-0.8.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/airline/airline-0.7.ebuild b/app-vim/airline/airline-0.7.ebuild
index c19b1c326317..3b2d75547729 100644
--- a/app-vim/airline/airline-0.7.ebuild
+++ b/app-vim/airline/airline-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
src_prepare() {
# remove unwanted files
- rm -rf t Gemfile Rakefile LICENSE README*
+ rm -rv t Gemfile Rakefile LICENSE README* || die
}
diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild
index 01233b56c1af..930466abcc39 100644
--- a/app-vim/airline/airline-0.8.ebuild
+++ b/app-vim/airline/airline-0.8.ebuild
@@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
src_prepare() {
# remove unwanted files
- rm -rf t Gemfile Rakefile LICENSE README*
+ rm -rv t Gemfile Rakefile LICENSE README* || die
}