summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-01-23 11:47:50 +0000
committerVlastimil Babka <caster@gentoo.org>2007-01-23 11:47:50 +0000
commit33051a408fb93dbc7d7f2e18df642562a4f1aa5e (patch)
treedc6ed92cddcd3154044fb222e6f85194ebc6f33c /app-emulation
parentp.mask net-p2p/ldcc for removal (diff)
downloadgentoo-2-33051a408fb93dbc7d7f2e18df642562a4f1aa5e.tar.gz
gentoo-2-33051a408fb93dbc7d7f2e18df642562a4f1aa5e.tar.bz2
gentoo-2-33051a408fb93dbc7d7f2e18df642562a4f1aa5e.zip
Fix construct.sh to write into instead of /tmp/ for bug #159547.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/emul-linux-x86-java/ChangeLog5
-rw-r--r--app-emulation/emul-linux-x86-java/files/construct.sh4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/emul-linux-x86-java/ChangeLog b/app-emulation/emul-linux-x86-java/ChangeLog
index 5a3b152c2bdf..f3b81cae8ed5 100644
--- a/app-emulation/emul-linux-x86-java/ChangeLog
+++ b/app-emulation/emul-linux-x86-java/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/emul-linux-x86-java
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog,v 1.13 2007/01/23 10:50:33 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/ChangeLog,v 1.14 2007/01/23 11:47:50 caster Exp $
+
+ 23 Jan 2007; Vlastimil Babka <caster@gentoo.org> files/construct.sh:
+ Fix construct.sh to write into instead of /tmp/ for bug #159547.
23 Jan 2007; Steve Dibb <beandog@gentoo.org>
emul-linux-x86-java-1.4.2.03-r2.ebuild,
diff --git a/app-emulation/emul-linux-x86-java/files/construct.sh b/app-emulation/emul-linux-x86-java/files/construct.sh
index 5f6ff7f0f161..3f5f6d45eb1a 100644
--- a/app-emulation/emul-linux-x86-java/files/construct.sh
+++ b/app-emulation/emul-linux-x86-java/files/construct.sh
@@ -179,7 +179,7 @@ preparecds() {
jreman () {
echo "setting up the JRE man pages..."
# note this list is slightly different for OpenSolaris bundles
- jreman=/tmp/jre.man.txt
+ jreman="${T}/jre.man.txt"
cat <<EOF > $jreman
man/ja_JP.eucJP/man1/java.1
man/ja_JP.eucJP/man1/javaws.1
@@ -228,7 +228,7 @@ EOF
elimdups() {
echo "eliminating duplication between the JDK and JDK/jre..."
- jdkcomm=/tmp/jdk.bin.comm.txt
+ jdkcomm="${T}/tmp/jdk.bin.comm.txt"
cat <<EOF > $jdkcomm
bin/ControlPanel
bin/java