diff options
author | Chris Lamb <lamby@debian.org> | 2008-09-27 22:41:42 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | 7bc94cef9913d97361a565e505cb1628349783a6 (patch) | |
tree | 608bac2fa66c477c8e9c2f0166d2660bdd758ee0 /helpers/lh_clean | |
parent | ab1e4ce5a803804edbec20c9c8fbae79f31fa23e (diff) | |
download | vyos-live-build-7bc94cef9913d97361a565e505cb1628349783a6.tar.gz vyos-live-build-7bc94cef9913d97361a565e505cb1628349783a6.zip |
Don't build up source package list inside chroot.
Diffstat (limited to 'helpers/lh_clean')
-rwxr-xr-x | helpers/lh_clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_clean b/helpers/lh_clean index aafef4f72..23c4967cb 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -111,6 +111,7 @@ do rm -f source*.tar rm -f source*.tar.gz rm -f source.list + rm -f source-selection.txt rm -rf source |