Use a more compact output for overrides and pinned libraries
Compare changes
+ 2
− 2
@@ -1248,7 +1248,7 @@ _srt_list_directory_content (int working_dir_fd,
@@ -1261,7 +1261,7 @@ _srt_list_directory_content (int working_dir_fd,
The entries pinned_libs_*
and overrides
are gathered using find -ls
. However this has the downside to include a lot of information that
we usually don't care about like the edit date, the permissions etc...
In an attempt to reduce the steam-runtime-system-info report size,
without reducing the about of potentially useful info, this commit
replaces the find -ls
output with just a recursive list of
directories, files and symlinks.