diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_checksums | 2 | ||||
-rwxr-xr-x | scripts/build/lb_clean | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_checksums b/scripts/build/lb_binary_checksums index b5ba6b957..d86b55d64 100755 --- a/scripts/build/lb_binary_checksums +++ b/scripts/build/lb_binary_checksums @@ -79,7 +79,7 @@ done # File list cd binary -find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.list +find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.contents cd "${OLDPWD}" # Creating stage file diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean index e61c14b7f..417ce4f04 100755 --- a/scripts/build/lb_clean +++ b/scripts/build/lb_clean @@ -99,7 +99,7 @@ do rm -f binary*.img rm -f binary*.tar.gz rm -f binary.sh - rm -f binary.list binary.packages md5sum.txt + rm -f binary.contents binary.packages md5sum.txt rm -rf binary rm -rf tftpboot |