From 5b2608bba824c15b89be326eb464c798de982498 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 25 Sep 2017 15:53:45 +0200 Subject: [PATCH] fixup! rsync rootfs overlays instead of cp --- decode.blend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode.blend b/decode.blend index 6d6c160..cc3f1a4 100644 --- a/decode.blend +++ b/decode.blend @@ -52,7 +52,7 @@ blend_postinst() { elif [[ -n "$livesdk_version" ]]; then _sdk="live" fi - sudo rsync -raX "${rootfs_overlay_path}${_sdk}/" "${strapdir}" + sudo rsync -raX "${rootfs_overlay_path}/${_sdk}/" "${strapdir}" blend_finalize || zerr }