From 52bdb68d181a68108213054dace2bb486c5504dc Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts/build/lb_binary_checksums')

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
-- 
cgit v1.2.3