]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - make-jpkg
Removed the references to "Java 2" from the description of the generated JRE package
[sven/java-package.git] / make-jpkg
index 7173cb5ea7e2e219c7a1e32df8348b1ac7d28f39..f22594a0c0e931b815b81f844cfc22ec83a30f25 100755 (executable)
--- a/make-jpkg
+++ b/make-jpkg
@@ -219,6 +219,9 @@ echo
 # get architecture information
 get_architecture
 
+# get browser plugin directories
+get_browser_plugin_dirs
+
 jvm_base="/usr/lib/jvm/"
 javadoc_base="/usr/share/doc/"
 
@@ -232,7 +235,8 @@ done
 echo
 
 if [[ -z "$j2se_found" ]]; then
-    echo "No matching packaging method was found for $archive_name. Please make sure you are using a tar.gz or self-extracting archive"
+    echo "No matching packaging method was found for $archive_name."
+    echo "Please make sure you are using a tar.gz or a self-extracting archive"
 fi