summaryrefslogtreecommitdiff
path: root/scripts/build/internals.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/internals.sh')
-rw-r--r--scripts/build/internals.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/internals.sh b/scripts/build/internals.sh
index eae1123..ca284a0 100644
--- a/scripts/build/internals.sh
+++ b/scripts/build/internals.sh
@@ -155,10 +155,9 @@ do_finish() {
CT_DoExecLog ALL rm -f "${d}/lib64"
done
- # Also remove the include/ and lib/ symlinks out-side of sysroot
+ # Also remove the lib/ symlink out-side of sysroot
if [ "${CT_USE_SYSROOT}" = "y" ]; then
CT_DoExecLog ALL rm -f "${CT_PREFIX_DIR}/${CT_TARGET}/lib"
- CT_DoExecLog ALL rm -f "${CT_PREFIX_DIR}/${CT_TARGET}/include"
fi
CT_EndStep