aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2012-02-07 14:04:52 +0100
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2012-02-07 14:04:52 +0100
commit4460fed762ecb06de03d210fd5f166e8a3ee8589 (patch)
tree5fb9914671c0564791135f4f5d26c36833d7dd65 /sci-biology
parentsci-biology/OBO-Edit: more attempts to get rid of sandbox ACCESS VIOLATION SU... (diff)
downloadsci-4460fed762ecb06de03d210fd5f166e8a3ee8589.tar.gz
sci-4460fed762ecb06de03d210fd5f166e8a3ee8589.tar.bz2
sci-4460fed762ecb06de03d210fd5f166e8a3ee8589.zip
sci-biology/OBO-Edit: more attempts to get rid of sandbox ACCESS VIOLATION SUMMARY errors
(Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/OBO-Edit/ChangeLog5
-rw-r--r--sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild2
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-biology/OBO-Edit/ChangeLog b/sci-biology/OBO-Edit/ChangeLog
index 1378d6b2b..cc089b2c4 100644
--- a/sci-biology/OBO-Edit/ChangeLog
+++ b/sci-biology/OBO-Edit/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Feb 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ OBO-Edit-2.1.1.6.ebuild:
+ sci-biology/OBO-Edit: more attempts to get rid of sandbox ACCESS VIOLATION
+ SUMMARY errors
+
*OBO-Edit-2.1.1.6 (07 Feb 2012)
07 Feb 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
diff --git a/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild b/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
index 30d6980af..0cdb743a5 100644
--- a/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
+++ b/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
@@ -27,7 +27,6 @@ RDEPEND="virtual/jre"
S="${WORKDIR}"
src_prepare(){
- cd "${S}" || die
mkdir -p "${D}"/opt/OBO-Edit2/.install4j || die "Cannot pre-create "${D}"/opt/OBO-Edit2/.install4j/"
mkdir -p "${D}"/usr/bin
@@ -48,7 +47,6 @@ src_prepare(){
}
src_install(){
- cd "${S}" || die
cat "${TMPDIR}"/.install4j/response.varfile
chmod a-w "${TMPDIR}"/.install4j/response.varfile
INSTALL4J_KEEP_TEMP="yes" HOME="${TMPDIR}" "${DISTDIR}"/"${PN}"_unix_install4j-"${PV}".sh -q --varfile="${TMPDIR}"/.install4j/response.varfile --destination="${D}"/opt/OBO-Edit2 -dir "${D}"/opt/OBO-Edit2 || die "Failed to run the self-extracting "${DISTDIR}"/"${PN}"_unix_install4j-"${PV}".sh file"