emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa-admin a74eed7 366/439: * elpa-admin.el (elpaa--bwrap-args)


From: Philip Kaludercic
Subject: [nongnu] elpa-admin a74eed7 366/439: * elpa-admin.el (elpaa--bwrap-args): Add `lib64` for amd64 hosts
Date: Sun, 17 Oct 2021 15:48:37 -0400 (EDT)

branch: elpa-admin
commit a74eed7b465173b21f54eaec5788966529529fb0
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]