From 2dd8c3528075d9cbf4e6778832a6079f0c066353 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 12 Jun 2020 09:54:39 -0700 Subject: [PATCH] certbot needs to not stage bin. why does certbot not put certbot in bin? --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 43621d69d..264cd8e18 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -89,6 +89,7 @@ parts: - -**/*.so - -**/wheel - -lib64 + - -bin # Workaround for lack of site-packages leading to empty sitecustomize.py - -usr/lib/python3.8/sitecustomize.py certbot-apache: