diff options
Diffstat (limited to 'scripts/build/lb_bootstrap_copy')
-rwxr-xr-x | scripts/build/lb_bootstrap_copy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_bootstrap_copy b/scripts/build/lb_bootstrap_copy index 7d7d4ecae..b0e1f7e52 100755 --- a/scripts/build/lb_bootstrap_copy +++ b/scripts/build/lb_bootstrap_copy @@ -38,7 +38,7 @@ Echo_message "Begin bootstrapping system..." lb testroot # Checking stage file -Check_stagefile .stage/bootstrap +Check_stagefile .build/bootstrap # Checking lock file Check_lockfile .lock @@ -53,4 +53,4 @@ tar c / --exclude /proc --exclude /sys --exclude "$(dirname ${PWD})" | tar xv cd .. # Creating stage file -Create_stagefile .stage/bootstrap +Create_stagefile .build/bootstrap |