mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Build: Fix packages distributions inclusion of empty directories
This was accidentally broken in #28760.
This commit is contained in:
parent
497b3d7a20
commit
b29ba25c86
@ -160,7 +160,7 @@ Closure commonPackageConfig(String type) {
|
||||
Closure copyEmptyDir = { path, u, g, mode ->
|
||||
File file = new File(path)
|
||||
into(file.parent) {
|
||||
from "${packagingFiles}/${path}"
|
||||
from "${packagingFiles}/${file.parent}"
|
||||
include file.name
|
||||
includeEmptyDirs true
|
||||
createDirectoryEntry true
|
||||
|
Loading…
x
Reference in New Issue
Block a user