Skip to content
Snippets Groups Projects
Commit cdb0990e authored by Simon McVittie's avatar Simon McVittie
Browse files

wrap: Tolerate empty dri directories and non-.so files

parent 47f3ec24
Branches
Tags
No related merge requests found
......@@ -585,7 +585,7 @@ if [ -n "$runtime" ]; then
--link-target="/run/host" \
--dest="$tmpdir/overrides/lib/$t" \
--provider="/" \
"only-dependencies:path-match:$dir/dri/*"
"only-dependencies:if-exists:path-match:$dir/dri/*.so"
"$BWRAP" \
--ro-bind / / \
--tmpfs /run \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment