From 25861ee16077b326afa9d072d52afcd71259925e Mon Sep 17 00:00:00 2001 From: Will Drewry Date: Sun, 4 Jul 2010 05:09:41 -0700 Subject: [PATCH] TBR: use the correct output directory Pushed with the rootfs instead of output dir. TBR=fes BUG=none TEST=manual --- build_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_image b/build_image index 9206bed04e..b8802152e1 100755 --- a/build_image +++ b/build_image @@ -575,7 +575,7 @@ create_base_image() { # This will include any built files dropped in /boot as well. # Like the current vmlinuz. sudo cp -r "${ROOT_FS_DIR}"/boot/. "${OUTPUT_DIR}"/boot/ - sudo chmod -R a+r "${ROOT_FS_DIR}"/boot/ + sudo chmod -R a+r "${OUTPUT_DIR}"/boot/ # Don't test the factory install shim. if [[ ${FLAGS_factory_install} -eq ${FLAGS_FALSE} ]] ; then