summaryrefslogtreecommitdiffstats
path: root/bootstrap-prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-prepare.sh')
-rwxr-xr-xbootstrap-prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 1eae105..6158507 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -99,7 +99,7 @@ prepare_packages_from_ftp()
cd pkg
- for pkg in mpc mpfr; do
+ for pkg in ; do
log 'Preparing package %s...' "${pkg}"
if [ ! -d "${pkg}" ]; then
src_opk="src-${pkg}_*_src_all.opk"