CVS java-package/sun-j2re1.4
Barry Hawkins
barryh-guest@haydn.debian.org
Fri Apr 1 07:45:08 2005
Update of /cvsroot/pkg-java/java-package/sun-j2re1.4
In directory haydn:/tmp/cvs-serv18650/sun-j2re1.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-j2re1.4/install 2005/02/08 14:28:04 1.3
+++ /cvsroot/pkg-java/java-package/sun-j2re1.4/install 2005/04/01 07:44:14 1.4
@@ -19,8 +19,12 @@
program_alternative rmid
program_alternative rmiregistry
+# derive the architecture-specific
+# directory for the plugin
+arch_dir="$(dpkg --print-architecture)"
-plugin_dir="$j2se_base/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-j2re1.4/remove 2005/01/24 23:07:47 1.2
+++ /cvsroot/pkg-java/java-package/sun-j2re1.4/remove 2005/04/01 07:44:14 1.3
@@ -15,8 +15,12 @@
program_alternative rmid
program_alternative rmiregistry
+# derive the architecture-specific
+# directory for the plugin
+arch_dir="$(dpkg --print-architecture)"
-plugin_dir="$j2se_base/plugin/i386"
+# assemble the plugin path
+plugin_dir="$j2se_base/plugin/$arch_dir"
# netscape
update-alternatives \