misc/getfiles: add systemd lib dir to search paths (MR 51)

fixes #41
This commit is contained in:
Clayton Craft
2024-05-15 15:57:53 -07:00
parent e5f14d70a6
commit 631d6078c2

View File

@@ -120,6 +120,7 @@ func getDeps(file string, parents map[string]struct{}) (files []string, err erro
"/usr/lib", "/usr/lib",
"/lib", "/lib",
"/usr/lib/expect*", "/usr/lib/expect*",
"/usr/lib/systemd",
} }
for _, lib := range libs { for _, lib := range libs {