commit: 70c5a21166943031f7a8248c2a4223336c28f80e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 8 21:59:53 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 21:59:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c5a211
app-misc/task: add missing die.
Package-Manager: portage-2.3.0
app-misc/task/task-2.5.1-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-misc/task/task-2.5.1-r1.ebuild
b/app-misc/task/task-2.5.1-r1.ebuild
index 0d8b558..9136bbc 100644
--- a/app-misc/task/task-2.5.1-r1.ebuild
+++ b/app-misc/task/task-2.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -43,17 +43,17 @@ src_install() {
newbashcomp scripts/bash/task.sh task
- if use vim-syntax ; then
- rm scripts/vim/README
+ if use vim-syntax; then
+ rm scripts/vim/README || die
insinto /usr/share/vim/vimfiles
doins -r scripts/vim/*
fi
- if use zsh-completion ; then
+ if use zsh-completion; then
insinto /usr/share/zsh/site-functions
doins scripts/zsh/*
fi
- exeinto /usr/share/${PN}/scripts
+ exeinto "/usr/share/${PN}/scripts"
doexe scripts/add-ons/*
}