aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2011-05-04 01:18:12 +0100
committerSébastien Fabbro <sebfabbro@gmail.com>2011-05-04 01:18:12 +0100
commit4f5d892da55d254a3c0f4faeb42a5d5de5d2f942 (patch)
treed2122c2fe5e140cc342d78717462f13a53a7f929 /sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
parentmerging (diff)
parentsci-biology/tablet-bin: removed references to my /scratch filesystem (diff)
downloadsci-4f5d892da55d254a3c0f4faeb42a5d5de5d2f942.tar.gz
sci-4f5d892da55d254a3c0f4faeb42a5d5de5d2f942.tar.bz2
sci-4f5d892da55d254a3c0f4faeb42a5d5de5d2f942.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci
Diffstat (limited to 'sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild')
-rw-r--r--sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
index d4b19252c..e5682e76a 100644
--- a/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
+++ b/sci-biology/tablet-bin/tablet-bin-1.11.02.18.ebuild
@@ -44,7 +44,7 @@ src_install() {
# disable the installation process to symlink from /usr/local/bin/table to
# /opt/Tablet/tablet. That was logged in that file with the following line:
#
- # /scratch/var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/Tablet/.install4j/installation.log: Variable changed: sys.symlinkDir=/usr/local/bin[class java.lang.String]
+ # /var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/Tablet/.install4j/installation.log: Variable changed: sys.symlinkDir=/usr/local/bin[class java.lang.String]
#
# The file is then left on the installed system in "${D}"/opt/Tablet/.install4j/response.varfile
mkdir -p "${D}"/opt/Tablet/.install4j || die "Cannot pre-create "${D}"/opt/Tablet/.install4j/"
@@ -54,6 +54,6 @@ src_install() {
# directory area. We force -Duser.home . It seems also -Dinstall4j.userHome
# could be done based on the figure shown at http://resources.ej-technologies.com/install4j/help/doc/
sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home="${D}"/../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh || die "failed to set userHome value"
- sh "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh -q -overwrite -varfile="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet -dir /scratch/var/tmp/portage/sci-biology/tablet-bin-1.11.02.18/image/opt/Tablet
+ sh "${DISTDIR}"/tablet_linux_x86_1_11_02_18.sh -q -overwrite -varfile="${DISTDIR}"/response.varfile --destination="${D}"/opt/Tablet -dir "${D}"/opt/Tablet
dobin "${DISTDIR}"/coveragestats.py
}