mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Alter dependency for Java on Debian
* We don't want to pull in java6 when java7 is already installed
This commit is contained in:
parent
9e640d2e59
commit
7aaf45a925
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ case $os in
|
|||
-a all --iteration "${os}1${REVISION}" \
|
||||
--url "http://logstash.net" \
|
||||
--description "An extensible logging pipeline" \
|
||||
-d "default-jre" \
|
||||
-d "java6-runtime-headless | java7-runtime-headless" \
|
||||
--deb-user root --deb-group root \
|
||||
--before-install $os/before-install.sh \
|
||||
--before-remove $os/before-remove.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue