Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (0228f2f72deb8c8ac1aebf00cb5234d0d58104ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (0228f2f72deb8c8ac1aebf00cb5234d0d58104ca)
  • Date: Sun, 19 Aug 2007 20:37:28 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-java/jdk6-bin/DETAILS | 1 +
z-java/jdk6-bin/HISTORY | 4 ++++
z-java/jdk6-bin/INSTALL | 5 ++++-
3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 0228f2f72deb8c8ac1aebf00cb5234d0d58104ca
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

jdk6-bin: Fix usage of SMGL_COMPAT_ARCHS to detect ia32 for plugin
installation

diff --git a/z-java/jdk6-bin/DETAILS b/z-java/jdk6-bin/DETAILS
index 5378b70..9ea22dd 100755
--- a/z-java/jdk6-bin/DETAILS
+++ b/z-java/jdk6-bin/DETAILS
@@ -2,6 +2,7 @@
SPELL=jdk6-bin
VERSION=6u2
VER=1.6.0_02
+ PATCHLEVEL=1
case "${SMGL_COMPAT_ARCHS[0]}" in
ia32|32)
SOURCE=jdk-$VERSION-dlj-linux-i586.bin
diff --git a/z-java/jdk6-bin/HISTORY b/z-java/jdk6-bin/HISTORY
index 46f83b8..d73aede 100644
--- a/z-java/jdk6-bin/HISTORY
+++ b/z-java/jdk6-bin/HISTORY
@@ -1,3 +1,7 @@
+2007-08-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Increment PATCHLEVEL to install plugin (for ia32
architectures)
+ * INSTALL: SMGL_COMPAT_ARCH[0] -> SMGL_COMPAT_ARCHS[1]
+
2007-08-09 David Kowis <dkowis AT shlrm.org>
* DETAILS, INSTALL: updated to use the DLJ licensed binaries

diff --git a/z-java/jdk6-bin/INSTALL b/z-java/jdk6-bin/INSTALL
index 3c794fb..d4093e0 100755
--- a/z-java/jdk6-bin/INSTALL
+++ b/z-java/jdk6-bin/INSTALL
@@ -7,7 +7,10 @@ then
message "${PROBLEM_COLOR}The package says i586 so if you really are
running an i386 or i486 you may experience problems with this
package${DEFAULT_COLOR}"
fi

-if [[ "${SMGL_COMPAT_ARCH[0]}" == "ia32" ]]
+echo SMGL_COMPAT_ARCHS[0] = ${SMGL_COMPAT_ARCHS[0]} > /tmp/smgl.compat &&
+echo VER = $VER >> /tmp/smgl.compat &&
+
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]
then
if [ -d ${INSTALL_ROOT}/usr/lib/mozilla/plugins ]
then




Archive powered by MHonArc 2.6.24.

Top of Page