commit: f115aa2840dfe1a0d919f00a5878e79078a3dfbc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 07:47:09 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 08:02:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f115aa28
app-vim/airline: Add missing die.
Package-Manager: portage-2.2.26
app-vim/airline/airline-0.7.ebuild | 4 ++--
app-vim/airline/airline-0.8.ebuild | 2 +-
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 c19b1c3..3b2d755 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 01233b5..930466a 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
}