Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment