app-vim/airline: Add missing die.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Apr 2016 07:47:09 +0000 (07:47 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 28 Apr 2016 08:02:38 +0000 (08:02 +0000)
Package-Manager: portage-2.2.26

app-vim/airline/airline-0.7.ebuild
app-vim/airline/airline-0.8.ebuild

index c19b1c326317e7607b34fee9370be12a601821fa..3b2d75547729cd6ec7777d41127b4d2cd7792e3d 100644 (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
 }
index 01233b56c1af5a8f1e49a67df81bf624c3957be4..930466abcc390ffcc874e8dbb725b2fdfccec720 100644 (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
 }