diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-12-06 17:04:58 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-12-06 17:04:58 (EST) |
commit | a637bd29ee72969326a02e1bbfb7b52cc7cc759d (patch) | |
tree | 978aa6ea3fb7173b7eb188ee33bb2c868537e03a | |
parent | 43ed88353940907142609eba112438402ef107c7 (diff) |
bootstrap-prepare.sh: Update busybox.config path
-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 4eef012..928d2e0 100755 --- a/bootstrap-prepare.sh +++ b/bootstrap-prepare.sh @@ -253,7 +253,7 @@ prepare_file_system() bb_ver="$(sed 's/^busybox (\(.*\)-.*) .*$/\1/; q;' \ pkg/busybox/changelog)" - sudo cp -p "pkg/config-${PLAT}/src/busybox/${bb_ver}/busybox.config" \ + sudo cp -p "pkg/config-${PLAT}/src/build/busybox/${bb_ver}/busybox.config" \ "/usr/local/share/platconf/${PLAT}/busybox/busybox.config" } |