fixup! rsync rootfs overlays instead of cp
This commit is contained in:
parent
93e1a4349d
commit
5b2608bba8
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue