mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-vim/airline: Add missing die.
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user