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