X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=make-jpkg;h=f22594a0c0e931b815b81f844cfc22ec83a30f25;hp=4c542db0f2989f589426c9fc6cdafa2d5a6289bb;hb=0641b7d21ac5a0e899c9b7362fcdcd1110222097;hpb=5d66647e0e30083e19c91e3f4b0236d7b51d7e31 diff --git a/make-jpkg b/make-jpkg index 4c542db..f22594a 100755 --- a/make-jpkg +++ b/make-jpkg @@ -71,9 +71,9 @@ $program_name builds a Debian package from the given Java binary distribution FI Supported java binary distributions currently include: * Oracle (http://www.oracle.com/technetwork/java/javase/downloads) : - - The Java Development Kit (JDK), version 6 (update >= 10), 7 - - The Java Runtime Environment (JRE), version 6 (update >= 10), 7 - - The Java API Javadoc, version 6 (update >= 10), 7 + - The Java Development Kit (JDK), version 6 and 7 + - The Java Runtime Environment (JRE), version 6 and 7 + - The Java API Javadoc, version 6 and 7 (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!) The following options are recognized: @@ -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