changeset 1125:f44ca6ebdab7

Cosmetic cleanup, don't leave unused empty output directories lying around.
author Rob Landley <rob@landley.net>
date Sat, 19 Jun 2010 16:37:47 -0500
parents 87a8efd61d54
children 08a3feee2c02
files sources/more/migrate-kernel.sh
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/migrate-kernel.sh	Sat Jun 19 16:36:11 2010 -0500
+++ b/sources/more/migrate-kernel.sh	Sat Jun 19 16:37:47 2010 -0500
@@ -9,8 +9,7 @@
 . sources/include.sh
 
 read_arch_dir "$1"
-
-blank_tempdir "$WORK"
+rmdir "$STAGE_DIR"
 
 [ -z "$BOOT_KARCH" ] && BOOT_KARCH="$KARCH"