From 0993fc7ee3b010e6c873c32b940f2a690e32e8a4 Mon Sep 17 00:00:00 2001 From: bryan Date: Sun, 13 Apr 2025 22:06:16 -0400 Subject: [PATCH] Fix snapcraft container volume path --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 48165a4..41457c8 100755 --- a/installJRMC +++ b/installJRMC @@ -1126,7 +1126,7 @@ install_mc_snap() { echo "Building snap package..." if execute podman run --rm -it \ - -v "$snap_dir:/build" \ + -v "$OUTPUT_DIR:/build" \ -w /build \ docker.io/snapcore/snapcraft:stable \ snapcraft snap -o "${MC_PKG}_${MC_VERSION}-${MC_RELEASE}.snap" --destructive-mode; then