summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-stage2-build.sh1
-rwxr-xr-xbootstrap-stage3-build.sh1
2 files changed, 2 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 "${@}"
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 "${@}"