Skip to content

Commit

Permalink
app-misc/task: add missing die.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
monsieurp committed Jan 8, 2017
1 parent dd14848 commit 70c5a21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app-misc/task/task-2.5.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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/*
}

0 comments on commit 70c5a21

Please sign in to comment.