diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-12 06:06:34 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
| commit | ddc31653d7dfcedbdfec421429ce35d977dddec1 (patch) | |
| tree | 685898e8899590fd5c8fcd435fdd837331c2faec /helpers | |
| parent | 79c6a1936fc3abafc0cac9c42e4e1c3951fa4562 (diff) | |
| download | live-build-ddc31653d7dfcedbdfec421429ce35d977dddec1.zip live-build-ddc31653d7dfcedbdfec421429ce35d977dddec1.tar.gz | |
Clean source.list instead of binary.list when calling lh_clean --source.
Diffstat (limited to 'helpers')
| -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 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 |
