diff options
author | 2019-12-11 08:44:34 +0100 | |
---|---|---|
committer | 2019-12-11 08:44:34 +0100 | |
commit | 46b9dfba2a81410b87d0b4589e6114ff1d3f7fa8 (patch) | |
tree | 67f33cfb0b262dd5901d02f36b1776cc3b0f5e59 /app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild | |
parent | dev-ruby/gettext_i18n_rails: add 1.8.1 (diff) | |
download | gentoo-46b9dfba2a81410b87d0b4589e6114ff1d3f7fa8.tar.gz gentoo-46b9dfba2a81410b87d0b4589e6114ff1d3f7fa8.tar.bz2 gentoo-46b9dfba2a81410b87d0b4589e6114ff1d3f7fa8.zip |
app-emacs: Remove unnecessary die statements after eclass functions.
Functions elisp-compile, elisp-install, and elisp-site-file-install
from elisp-common.eclass all die by themselves.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild')
-rw-r--r-- | app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild index de398952a5db..8cbf1b14e044 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r3.ebuild @@ -35,7 +35,7 @@ src_install() { if use X; then local i - domenu emacs.desktop emacsclient.desktop || die + domenu emacs.desktop emacsclient.desktop pushd icons || die newicon sink.png emacs-sink.png |