app-vim/airline: Add missing die.

Package-Manager: portage-2.2.26
This commit is contained in:
Patrice Clement
2016-04-28 07:47:09 +00:00
parent ab5c743c9c
commit f115aa2840
2 changed files with 3 additions and 3 deletions

View File

@@ -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
}

View File

@@ -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
}