Commit 2ff5c45d authored by Lukas Fleischer's avatar Lukas Fleischer Committed by Jan Steffens
Browse files

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

parent 80168e7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,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