Skip to content
Snippets Groups Projects
Commit 7682699f authored by Ludovico de Nittis's avatar Ludovico de Nittis :palm_tree:
Browse files

Use a more compact output for overrides and pinned libraries


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.

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent abf162d1
No related branches found
No related tags found
1 merge request!315Use a more compact output for overrides and pinned libraries
This commit is part of merge request !315. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment