From ddc31653d7dfcedbdfec421429ce35d977dddec1 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Tue, 12 Aug 2008 06:06:34 +0100
Subject: Clean source.list instead of binary.list when calling lh_clean
 --source.

---
 helpers/lh_clean | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_clean b/helpers/lh_clean
index 574b961..dc4ba04 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -107,7 +107,7 @@ do
 			rm -f source.img
 			rm -f source*.tar
 			rm -f source*.tar.gz
-			rm -f binary.list
+			rm -f source.list
 
 			rm -rf source
 
-- 
cgit v1.0