From 677243d5aaad2fbc5ce5dc5c486f32305817a27c Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 18 Jun 2025 12:40:34 -0400 Subject: [PATCH] snap: switch to `core24` base Signed-off-by: Simon Deziel --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f294c4e..2f2b23f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -23,7 +23,7 @@ description: | # snap connect shellcheck:removable-media version: git -base: core20 +base: core24 grade: stable confinement: strict @@ -52,5 +52,5 @@ parts: cabal update cabal install -j - install -d $SNAPCRAFT_PART_INSTALL/usr/bin - install .cabal-sandbox/bin/shellcheck $SNAPCRAFT_PART_INSTALL/usr/bin + install -d "${CRAFT_PART_INSTALL}/usr/bin" + install .cabal-sandbox/bin/shellcheck "${CRAFT_PART_INSTALL}/usr/bin"