Merge pull request #18170 from rjernst/rpm_dirs
Packaging: Make rpm not include parent dirs
This commit is contained in:
commit
0f778c9e5c
|
@ -40,6 +40,7 @@ task buildRpm(type: Rpm) {
|
|||
vendor 'Elasticsearch'
|
||||
dirMode 0755
|
||||
fileMode 0644
|
||||
addParentDirs false
|
||||
// TODO ospackage doesn't support icon but we used to have one
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue