diff --git a/config/base.toml b/config/base.toml index 1077aad..93db056 100644 --- a/config/base.toml +++ b/config/base.toml @@ -98,6 +98,17 @@ path = "/lib" data = "usr/lib" symlink = true +[[files]] +path = "/usr/libexec" +data = "" +directory = true +mode = 0o755 + +[[files]] +path = "/libexec" +data = "usr/libexec" +symlink = true + [[files]] path = "/usr/share" data = ""