diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-26 11:37:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-26 11:37:51 +0000 |
commit | dbe92dec3e1543ae12e93f43acbe35a13e4758fd (patch) | |
tree | 6eddabf0b88196451f754fab30a812034b9f01bd /app-emacs/org-mode/org-mode-8.2.5h.ebuild | |
parent | sci-chemistry/ball: Version BUmp (diff) | |
download | gentoo-2-dbe92dec3e1543ae12e93f43acbe35a13e4758fd.tar.gz gentoo-2-dbe92dec3e1543ae12e93f43acbe35a13e4758fd.tar.bz2 gentoo-2-dbe92dec3e1543ae12e93f43acbe35a13e4758fd.zip |
Add missing "die" statement, bug 504560#c1.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/org-mode/org-mode-8.2.5h.ebuild')
-rw-r--r-- | app-emacs/org-mode/org-mode-8.2.5h.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/org-mode/org-mode-8.2.5h.ebuild b/app-emacs/org-mode/org-mode-8.2.5h.ebuild index 610881a2bfcc..b7f45650cd2f 100644 --- a/app-emacs/org-mode/org-mode-8.2.5h.ebuild +++ b/app-emacs/org-mode/org-mode-8.2.5h.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 1.2 2014/03/26 11:12:46 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 1.3 2014/03/26 11:37:51 ulm Exp $ EAPI=5 NEED_EMACS=23 @@ -36,7 +36,7 @@ src_install() { infodir="${EPREFIX}/usr/share/info" \ install - cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" + cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" || die if use contrib; then elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el |