diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-09-28 19:36:19 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-09-28 19:36:19 +0300 |
commit | 9b46680933330f12988320a07ca691cea0861d72 (patch) | |
tree | b654bfc53497d456505f8b91eb0d25c9adf7e989 | |
parent | 50e91a00741b76ba3e513bce779cffefd6419545 (diff) | |
download | openjdk-8-9b46680933330f12988320a07ca691cea0861d72.tar.gz |
mountpoint is in util-illumos on Dyson
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e8dccff..673dc68 100755 --- a/debian/rules +++ b/debian/rules @@ -899,7 +899,7 @@ endif ifneq (,$(filter $(distrel), squeeze wheezy jessie lucid precise quantal raring saucy trusty utopic vivid)) control_vars += '-Vmountpoint:Depends=initscripts' else - control_vars += '-Vmountpoint:Depends=util-linux (>= 2.26.2-4)' + control_vars += '-Vmountpoint:Depends=util-linux (>= 2.26.2-4) | util-illumos' endif control_vars += '-Vjrehl:Breaks=$(jrehl_breaks)' |