From 52bdb68d181a68108213054dace2bb486c5504dc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 12 Jun 2012 10:08:29 +0200 Subject: Changing default binary.list filename to binary.contents to make it more explicit and not to be confused with package lists. --- scripts/build/lb_binary_checksums | 2 +- scripts/build/lb_clean | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3