From eff50203e17e1a0179b001e62413611f97299737 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sat, 9 Mar 2019 22:02:33 +0000 Subject: [PATCH] scripts/build: clobber existing files --- scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build b/scripts/build index f96a07f7f6..db6ac4f707 100755 --- a/scripts/build +++ b/scripts/build @@ -448,7 +448,7 @@ done # Transfer the new sysroot content to the shared sysroot mkdir -p "${PKG_ORIG_SYSROOT_PREFIX}" -cp -PR "${SYSROOT_PREFIX}"/* "${PKG_ORIG_SYSROOT_PREFIX}" +cp -PRf "${SYSROOT_PREFIX}"/* "${PKG_ORIG_SYSROOT_PREFIX}" rm -rf "${SYSROOT_PREFIX}" export SYSROOT_PREFIX="${PKG_ORIG_SYSROOT_PREFIX}"