aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2012-02-07 15:02:00 +0100
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2012-02-07 15:02:00 +0100
commit8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d (patch)
tree3bc2f53402222d5fedc8061ef6c053b352c6e0bf /sci-biology
parentadjust PATH to point to the installation place, few comment lines changes (diff)
downloadsci-8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d.tar.gz
sci-8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d.tar.bz2
sci-8e13d63d9b8b3b3d69ba4ccdd26eb766523aed2d.zip
sci-biology/tablet-bin: adjust PATH to point to the installation place
(Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/tablet-bin/ChangeLog4
-rw-r--r--sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild3
2 files changed, 7 insertions, 0 deletions
diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/ChangeLog
index b4938cd48..3205cfc85 100644
--- a/sci-biology/tablet-bin/ChangeLog
+++ b/sci-biology/tablet-bin/ChangeLog
@@ -4,6 +4,10 @@
07 Feb 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
tablet-bin-1.11.11.01.ebuild:
+ adjust PATH to point to the installation place
+
+ 07 Feb 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ tablet-bin-1.11.11.01.ebuild:
make use of the TMPDIR variable
12 Dec 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
index 3074c7472..3e6d6e64f 100644
--- a/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
+++ b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
@@ -67,4 +67,7 @@ src_install() {
sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home="${TMPDIR}" -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_"${MYPV}".sh || die "failed to set userHome value"
sh "${DISTDIR}"/tablet_linux_x86_"${MYPV}".sh -q -overwrite -varfile="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet -dir "${D}"/opt/Tablet || die "Failed to run the self-extracting exe file"
dobin "${DISTDIR}"/coveragestats.py
+
+ echo "PATH=/opt/Tablet" > 99Tablet
+ doenvd 99Tablet || die
}