From ad28b3c32b5e1b580544afebc5e7daf5a2c3416f Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 16 Jul 2024 13:58:46 -0700 Subject: [PATCH] try adding the top level paths why not --- snap/snapcraft.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2dcf816e9..9b47b0bda 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -14,6 +14,10 @@ description: | - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. confinement: classic +# this was removed for classic snaps in snapcraft 7 +environment: + LD_LIBRARY_PATH: ${SNAP_LIBRARY_PATH}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}:$SNAP/lib:$SNAP/usr/lib + PATH: $SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH base: core24 grade: stable adopt-info: certbot