branch: elpa-admin
commit a74eed7b465173b21f54eaec5788966529529fb0
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* elpa-admin.el (elpaa--bwrap-args): Add `lib64` for amd64 hosts
---
elpa-admin.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/elpa-admin.el b/elpa-admin.el
index ac61e5b..abb3d6d 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -528,6 +528,7 @@ The INFILE and DISPLAY arguments are fixed as nil."
(defconst elpaa--bwrap-args
'("--unshare-all"
"--ro-bind" "/lib" "/lib"
+ "--ro-bind" "/lib64" "/lib64"
"--ro-bind" "/usr" "/usr"
"--ro-bind" "/etc/alternatives" "/etc/alternatives"
"--ro-bind" "/etc/emacs" "/etc/emacs"