summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage3-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-stage3-build.sh')
-rwxr-xr-xbootstrap-stage3-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-stage3-build.sh b/bootstrap-stage3-build.sh
index eb07065..6ee2dd7 100755
--- a/bootstrap-stage3-build.sh
+++ b/bootstrap-stage3-build.sh
@@ -55,6 +55,7 @@ build_packages()
cd "${dir}"
opkbuild -C
done'
+ rm -f root2/src-*_src_all.opk
}
main "${@}"