diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index 6c3a0ee6278..673a79e7c63 100644 --- a/build-aux/snap/snapcraft.yaml +++ b/build-aux/snap/snapcraft.yaml @@ -441,7 +441,8 @@ parts: - -fips-build-lp override-prime: | craftctl default - python3 "${CRAFT_PROJECT_DIR}/build-aux/snap/local/patch-dl.py" "/snap/snapd/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/${DYNAMIC_LINKER}" + "${CRAFT_PROJECT_DIR}/build-aux/snap/local/patch-dl.py" \ + "/snap/snapd/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/${DYNAMIC_LINKER}" libcrypto-fips: plugin: nil @@ -524,4 +525,5 @@ parts: <<: - *dynamic-linker override-prime: | - python3 "${CRAFT_PROJECT_DIR}/build-aux/snap/local/verify-dl.py" "${CRAFT_PRIME}" "/snap/snapd/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/${DYNAMIC_LINKER}" ";" + "${CRAFT_PROJECT_DIR}/build-aux/snap/local/verify-dl.py" \ + "/snap/snapd/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/${DYNAMIC_LINKER}"