Merge pull request #18170 from rjernst/rpm_dirs

Packaging: Make rpm not include parent dirs
This commit is contained in:
Ryan Ernst 2016-05-05 16:13:52 -07:00
commit 0f778c9e5c
1 changed files with 1 additions and 0 deletions

View File

@ -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
}