diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-12 06:06:34 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-14 05:44:21 +0200 |
commit | ee81905f8e4f6f4b5822562bac373ecf3775947a (patch) | |
tree | cbc8aafb4f8e4939db4c7a26ffb5be09caccb2f3 | |
parent | ef0ba0c3ee0326121a834b293e04973ab799377b (diff) | |
download | vyos-live-build-ee81905f8e4f6f4b5822562bac373ecf3775947a.tar.gz vyos-live-build-ee81905f8e4f6f4b5822562bac373ecf3775947a.zip |
Clean source.list instead of binary.list when calling lh_clean --source.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-rwxr-xr-x | helpers/lh_clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean index 574b9614f..dc4ba0450 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 |