diff options
Diffstat (limited to 'scripts/t/Dpkg_Shlibs/ld.so.conf')
-rw-r--r-- | scripts/t/Dpkg_Shlibs/ld.so.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf new file mode 100644 index 0000000..cb7a19c --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf @@ -0,0 +1,9 @@ +# Comment and empty line + +# Paths +/nonexistent32 +/nonexistent/lib64 + +include /nonexistent/*.conf +include t/Dpkg_Shlibs/ld.so.conf.d/*.conf + |