Retry absolute paths

This commit is contained in:
2025-04-15 17:51:18 -04:00
parent ead614921a
commit ba2fe7015e

View File

@@ -1076,11 +1076,11 @@ install_mc_snap() {
parts:
mediacenter:
plugin: dump
source: SOURCES/${MC_DEB##*/}
source: /build/SOURCES/${MC_DEB##*/}
override-build: |
set -x # adds debug tracing
mkdir -p \$SNAPCRAFT_PART_INSTALL
dpkg-deb -x SOURCES/${MC_DEB##*/} \$SNAPCRAFT_PART_INSTALL
dpkg-deb -x /build/SOURCES/${MC_DEB##*/} \$SNAPCRAFT_PART_INSTALL
stage-packages:
- libc6
- libasound2