Retry absolute paths
This commit is contained in:
@@ -1076,11 +1076,11 @@ install_mc_snap() {
|
|||||||
parts:
|
parts:
|
||||||
mediacenter:
|
mediacenter:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
source: SOURCES/${MC_DEB##*/}
|
source: /build/SOURCES/${MC_DEB##*/}
|
||||||
override-build: |
|
override-build: |
|
||||||
set -x # adds debug tracing
|
set -x # adds debug tracing
|
||||||
mkdir -p \$SNAPCRAFT_PART_INSTALL
|
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:
|
stage-packages:
|
||||||
- libc6
|
- libc6
|
||||||
- libasound2
|
- libasound2
|
||||||
|
|||||||
Reference in New Issue
Block a user