Commit f98eaebd authored by Allan McRae's avatar Allan McRae Committed by Pierre Schmitz
Browse files

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: default avatarAllan McRae <allan@archlinux.org>
Signed-off-by: default avatarPierre Schmitz <pierre@archlinux.de>
parent 7a369b3c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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