summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage3-build.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-01-27 16:27:23 (EST)
committer P. J. McDermott <pjm@nac.net>2014-01-27 16:27:23 (EST)
commit9170bd21b4e7a65bb877a253aae6a266955a06fc (patch)
tree8ba2e4aa137f559958ebbdb41f9a112bcf8062c5 /bootstrap-stage3-build.sh
parentbb418dbb1db0a456d7081ef4ae66ff74773531c0 (diff)
Clean up source packages after building.
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 "${@}"