Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make-jpkg
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ echo

if [[ -z "$j2se_found" ]]; then
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"
echo "Please make sure you are using a self-extracting archive or a tar.gz with a name matching the regex jdk-([0-9]+)(u([0-9]+))?-linux-(i586|x64|amd64|arm-vfp-hflt)\.(bin|tar\.gz)"
fi


Expand Down