X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=make-jpkg;h=758bcf8db075deae3b15dd00b3c6d970f9fecddf;hp=101d697500414f5a191228c6cd69d2a58043a26f;hb=2db62a21fffe2ec4479cc496b99e4abcbc350895;hpb=9be7aa4fcd4a0153bf128d1a6ea0721835db490b diff --git a/make-jpkg b/make-jpkg index 101d697..758bcf8 100755 --- a/make-jpkg +++ b/make-jpkg @@ -15,8 +15,8 @@ lib_dir="/usr/share/java-package" [ "$J2SE_PACKAGE_LIBDIR" ] && lib_dir="$J2SE_PACKAGE_LIBDIR" # If a default has been set for either of the -# environment variables, use it; otherwise, -# default to the name and email used by the +# environment variables, use it; otherwise, +# default to the name and email used by the # Debian Java Maintainers project. if [ -z "$J2SE_PACKAGE_FULL_NAME" ]; then maintainer_name="Debian Java Maintainers" @@ -226,7 +226,7 @@ jvm_base="/usr/lib/jvm/" javadoc_base="/usr/share/doc/" j2se_found= -for var in ${!j2se_detect_*}; do +for var in ${!j2se_detect_*}; do eval "\$$var" if [[ "$j2se_found" == "true" ]]; then break; @@ -235,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