Link /libexec to /usr/libexec

This commit is contained in:
Jeremy Soller 2024-04-01 09:55:24 -06:00
parent 51acc318b5
commit 42bf670824
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -98,6 +98,17 @@ path = "/lib"
data = "usr/lib" data = "usr/lib"
symlink = true symlink = true
[[files]]
path = "/usr/libexec"
data = ""
directory = true
mode = 0o755
[[files]]
path = "/libexec"
data = "usr/libexec"
symlink = true
[[files]] [[files]]
path = "/usr/share" path = "/usr/share"
data = "" data = ""