mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[packages] Set deb-priority to optional
This commit is contained in:
parent
41d3333316
commit
f59443316e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.file.mkdir(targetDir);
|
||||
if (buildDeb || noneSpecified) {
|
||||
fpm(args.concat('-t', 'deb', '-a', arch, files, sysv, systemd));
|
||||
fpm(args.concat('-t', 'deb', '--deb-priority', 'optional', '-a', arch, files, sysv, systemd));
|
||||
}
|
||||
if (buildRpm || noneSpecified) {
|
||||
fpm(args.concat('-t', 'rpm', '-a', arch, '--rpm-os', 'linux', files, sysv, systemd));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue