about summary refs log tree commit diff
path: root/bundles
diff options
context:
space:
mode:
Diffstat (limited to 'bundles')
-rw-r--r--bundles/s6/items.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/s6/items.py b/bundles/s6/items.py
index 2fd8370..597cdba 100644
--- a/bundles/s6/items.py
+++ b/bundles/s6/items.py
@@ -36,10 +36,10 @@ directories = {
     "/etc/s6-rc/services/services/contents.d": {}
 }
 
-repo.libs.gen.add_files_recursive(
-    files,
+repo.libs.gen.merge(files, repo.libs.gen.tree(
     join(repo.path, "bundles", "s6", "files"),
-)
+    keep_parent=False,
+))
 
 svc_openrc = {
     "s6-rc-init": {