diff options
author | Andrei Belov <defan@nginx.com> | 2019-11-21 14:13:24 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-11-21 14:13:24 +0300 |
commit | 5758a0637469bb29b3568d3311bc58505f82fc0c (patch) | |
tree | 1be59caf4d751b2f23b920a7f882ada54604f2a4 /pkg/deb/Makefile.jsc-common | |
parent | bc14605fd63f0aaab7d1d6ba771bf47355982db7 (diff) | |
download | unit-5758a0637469bb29b3568d3311bc58505f82fc0c.tar.gz unit-5758a0637469bb29b3568d3311bc58505f82fc0c.tar.bz2 |
Packages: added Ubuntu 19.10 "eoan" support.
Diffstat (limited to 'pkg/deb/Makefile.jsc-common')
-rw-r--r-- | pkg/deb/Makefile.jsc-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.jsc-common b/pkg/deb/Makefile.jsc-common index 30f777fd..029114a6 100644 --- a/pkg/deb/Makefile.jsc-common +++ b/pkg/deb/Makefile.jsc-common @@ -6,7 +6,7 @@ MODULE_SUMMARY_jsc_common= Java shared packages for NGINX Unit MODULE_VERSION_jsc_common= $(VERSION) MODULE_RELEASE_jsc_common= 1 -ifneq (,$(findstring $(CODENAME),disco buster)) +ifneq (,$(findstring $(CODENAME),eoan disco buster)) JAVA_MINVERSION= 11 else JAVA_MINVERSION= 8 |