diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-03-22 16:42:04 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-03-22 16:42:04 +0000 |
commit | 2399b3a7c3cee3af426cb60958e05d712d66da3f (patch) | |
tree | 751323cf70ffbb6fde3186714cc5c7fbb31a4b44 /app-misc | |
parent | Remove 2.3.5, version bump to 2.3.7 wrt bug 502270 (diff) | |
download | gentoo-2-2399b3a7c3cee3af426cb60958e05d712d66da3f.tar.gz gentoo-2-2399b3a7c3cee3af426cb60958e05d712d66da3f.tar.bz2 gentoo-2-2399b3a7c3cee3af426cb60958e05d712d66da3f.zip |
Add missing die; for bug #501728, discovered by Chema Alonso (nimiux).
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/freemind/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/freemind/freemind-1.0.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/freemind/ChangeLog b/app-misc/freemind/ChangeLog index 2f851bc0579d..bb04832b279e 100644 --- a/app-misc/freemind/ChangeLog +++ b/app-misc/freemind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/freemind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/freemind/ChangeLog,v 1.63 2014/03/22 16:22:55 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/freemind/ChangeLog,v 1.64 2014/03/22 16:42:04 tomwij Exp $ + + 22 Mar 2014; Tom Wijsman <TomWij@gentoo.org> freemind-1.0.0-r1.ebuild: + Add missing die; for bug #501728, discovered by Chema Alonso (nimiux). 22 Mar 2014; Chema Alonso <nimiux@gentoo.org> freemind-1.0.0-r1.ebuild: Stable for amd64 wrt bug #501728 diff --git a/app-misc/freemind/freemind-1.0.0-r1.ebuild b/app-misc/freemind/freemind-1.0.0-r1.ebuild index 21653a05c572..7ddb824f89a6 100644 --- a/app-misc/freemind/freemind-1.0.0-r1.ebuild +++ b/app-misc/freemind/freemind-1.0.0-r1.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-misc/freemind/freemind-1.0.0-r1.ebuild,v 1.2 2014/03/22 16:22:55 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/freemind/freemind-1.0.0-r1.ebuild,v 1.3 2014/03/22 16:42:04 tomwij Exp $ EAPI="5" @@ -82,7 +82,7 @@ src_compile() { } src_install() { - cd "${WORKDIR}/bin/dist" + cd "${WORKDIR}"/bin/dist || die local dest="/usr/share/${PN}/" java-pkg_dojar lib/*.jar |