CVS java-package/sun-j2re1.5
Barry Hawkins
barryh-guest@haydn.debian.org
Fri Apr 1 07:45:10 2005
Update of /cvsroot/pkg-java/java-package/sun-j2re1.5
In directory haydn:/tmp/cvs-serv18650/sun-j2re1.5
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.5/install 2005/03/24 19:06:16 1.4
+++ /cvsroot/pkg-java/java-package/sun-j2re1.5/install 2005/04/01 07:44:15 1.5
@@ -20,8 +20,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.5/remove 2005/03/24 19:06:17 1.3
+++ /cvsroot/pkg-java/java-package/sun-j2re1.5/remove 2005/04/01 07:44:15 1.4
@@ -16,8 +16,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 \