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 1b1c782..7be6634 100755 --- a/bootstrap-prepare.sh +++ b/bootstrap-prepare.sh @@ -98,7 +98,7 @@ prepare_packages_from_git() fi if [ -x config ]; then ./config clean - ./config + PKG_TARGETS="${ARCH}" ./config fi rm -f local.mk if [ -f source.mk -a ! -f "${repo##*/}"*.orig.tar* ]; then |