Packaging: Make rpm not include parent dirs

closes #18162
This commit is contained in:
Ryan Ernst 2016-05-05 14:21:14 -07:00
parent 3912761572
commit 8ff699e41a
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
}