diff options
Diffstat (limited to 'scripts/build/lb_source_iso')
-rwxr-xr-x | scripts/build/lb_source_iso | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/lb_source_iso b/scripts/build/lb_source_iso index d2bddbc1f..beb61bad5 100755 --- a/scripts/build/lb_source_iso +++ b/scripts/build/lb_source_iso @@ -41,10 +41,10 @@ esac Echo_message "Begin building source iso image..." # Requiring stage file -Require_stagefile .stage/config .stage/source_debian +Require_stagefile .build/config .build/source_debian # Checking stage file -Check_stagefile .stage/source_iso +Check_stagefile .build/source_iso # Checking lock file Check_lockfile .lock @@ -111,4 +111,4 @@ rm -f chroot/source.sh Remove_package # Creating stage file -Create_stagefile .stage/source_iso +Create_stagefile .build/source_iso |