Commit 2ed8ef11 authored by Lukas Fleischer's avatar Lukas Fleischer Committed by Pierre Schmitz
Browse files

makechrootpkg: Copy package logs with split packages (fixes FS#23239).

parent aa06caf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ if mkarchroot -r "/chrootbuild" "$copydir"; then
		fi
	done

	for l in "${copydir}"/build/{namcap,*-{build,package}}.log; do
	for l in "${copydir}"/build/{namcap,*-{build,package,package_*}}.log; do
		[ -f "$l" ] && mv "$l" "${WORKDIR}"
	done
else