diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-28 07:47:09 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-28 08:02:38 +0000 |
commit | f115aa2840dfe1a0d919f00a5878e79078a3dfbc (patch) | |
tree | 0f486f6e4d1811417ada17d0f1b0194b86d49777 /app-vim/airline | |
parent | app-arch/lzma: Clean up old. (diff) | |
download | gentoo-f115aa2840dfe1a0d919f00a5878e79078a3dfbc.tar.gz gentoo-f115aa2840dfe1a0d919f00a5878e79078a3dfbc.tar.bz2 gentoo-f115aa2840dfe1a0d919f00a5878e79078a3dfbc.zip |
app-vim/airline: Add missing die.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-vim/airline')
-rw-r--r-- | app-vim/airline/airline-0.7.ebuild | 4 | ||||
-rw-r--r-- | 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 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 } |