diff options
-rwxr-xr-x | bootstrap-prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh index 860e78b..f095f56 100755 --- a/bootstrap-prepare.sh +++ b/bootstrap-prepare.sh @@ -93,7 +93,7 @@ prepare_packages_from_git() fi if [ -x config ]; then ./config clean - PKG_TARGETS="${ARCH}" ./config + ./config fi rm -f local.mk if [ -f source.mk -a ! -f "${repo##*/}"*.orig.tar* ]; then |