diff options
Diffstat (limited to 'scripts/build/lb_binary_yaboot')
-rwxr-xr-x | scripts/build/lb_binary_yaboot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot index 7b5da685a..8318318e0 100755 --- a/scripts/build/lb_binary_yaboot +++ b/scripts/build/lb_binary_yaboot @@ -32,10 +32,10 @@ fi Echo_message "Begin installing yaboot..." # Requiring stage file -Require_stagefile .stage/config .stage/bootstrap +Require_stagefile .build/config .build/bootstrap # Checking stage file -Check_stagefile .stage/binary_yaboot +Check_stagefile .build/binary_yaboot # Checking yaboot templates Check_templates yaboot @@ -281,4 +281,4 @@ Save_cache cache/packages_binary Remove_package # Creating stage file -Create_stagefile .stage/binary_yaboot +Create_stagefile .build/binary_yaboot |