diff options
-rwxr-xr-x | bootstrap-prepare.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh index 4d2063b..3e99efc 100755 --- a/bootstrap-prepare.sh +++ b/bootstrap-prepare.sh @@ -77,6 +77,7 @@ prepare_packages_from_git() ./config clean PKG_TARGETS="${ARCH}" ./config fi + rm -f local.mk if [ -f source.mk -a ! -f "${repo##*/}"*.orig.tar* ]; then opkbuild -bCT source fi |