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