fixup! rsync rootfs overlays instead of cp

This commit is contained in:
parazyd 2017-09-25 15:53:45 +02:00
parent 93e1a4349d
commit 5b2608bba8
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -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
}