CVS java-package/sun-j2sdk1.4

Barry Hawkins barryh-guest@haydn.debian.org
Fri Apr 1 07:45:11 2005


Update of /cvsroot/pkg-java/java-package/sun-j2sdk1.4
In directory haydn:/tmp/cvs-serv18650/sun-j2sdk1.4

Modified Files:
	install remove 
Log Message:
Committed changes outlined in changelog entry for version 0.23.
Corrected formatting for control entry of package.


--- /cvsroot/pkg-java/java-package/sun-j2sdk1.4/install	2005/02/08 14:28:07	1.3
+++ /cvsroot/pkg-java/java-package/sun-j2sdk1.4/install	2005/04/01 07:44:15	1.4
@@ -30,8 +30,12 @@
 program_alternative rmiregistry
 program_alternative serialver
 
+# derive the architecture-specific 
+# directory for the plugin
+arch_dir="$(dpkg --print-architecture)"
 
-plugin_dir="$j2se_base/jre/plugin/i386"
+# assemble the plugin path
+plugin_dir="$j2se_base/plugin/$arch_dir"
 
 # netscape
 netscape_dir="/usr/lib/netscape/plugins-libc6"
--- /cvsroot/pkg-java/java-package/sun-j2sdk1.4/remove	2005/01/24 23:07:49	1.2
+++ /cvsroot/pkg-java/java-package/sun-j2sdk1.4/remove	2005/04/01 07:44:15	1.3
@@ -26,8 +26,12 @@
 program_alternative rmiregistry
 program_alternative serialver
 
+# derive the architecture-specific 
+# directory for the plugin
+arch_dir="$(dpkg --print-architecture)"
 
-plugin_dir="$j2se_base/jre/plugin/i386"
+# assemble the plugin path
+plugin_dir="$j2se_base/plugin/$arch_dir"
 
 # netscape
 update-alternatives \