From f98eaebd1ba12ae1d0227b8d4fe951feec5119e3 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Thu, 9 Dec 2010 16:03:22 +1000 Subject: Do not clean build directory on successful build It is often useful to go back through build logs after building a package and it is removed at the start of the next run anyway. Signed-off-by: Allan McRae Signed-off-by: Pierre Schmitz --- makechrootpkg | 2 -- 1 file changed, 2 deletions(-) (limited to 'makechrootpkg') diff --git a/makechrootpkg b/makechrootpkg index 65db5c5..695b44b 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -256,6 +256,4 @@ if [ -e "${copydir}/build/BUILD_FAILED" ]; then echo "Build failed, check $copydir/build" rm "${copydir}/build/BUILD_FAILED" exit 1 -else - rm -rf "${copydir}"/build/* fi -- cgit v1.2.3-24-g4f1b