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

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
This commit is contained in:
Lukas Fleischer 2011-03-11 23:15:53 +01:00 committed by Pierre Schmitz
parent aa06caf31c
commit 2ed8ef1185
1 changed files with 1 additions and 1 deletions

View File

@ -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