From 18910a103bfd86e7686d1a8d0f30f329e95131fc Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 11 Dec 2012 00:22:37 +0000 Subject: Fix chroot cleaning --- iurt | 1 + 1 file changed, 1 insertion(+) (limited to 'iurt') diff --git a/iurt b/iurt index 242f75c..28a52b2 100755 --- a/iurt +++ b/iurt @@ -1021,6 +1021,7 @@ do { $chroot_tmp .= "_" . int($i); rebuild_one($dir, $srpm, $status); write_status($local_spool, \%run, $srpm); + clean_chroot($chroot_tmp, \%run, $config); exit; } else { die "could not fork"; -- cgit v1.2.1