makechrootpkg: Don't copy the logpipe

Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
This commit is contained in:
Jan Alexander Steffens (heftig) 2013-11-06 14:58:39 +01:00 committed by Pierre Schmitz
parent 1e043445d2
commit 8ce6e29add
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ move_products() {
done
for l in "$copydir"/logdest/*; do
[[ $l == */logpipe.* ]] && continue
chown "$src_owner" "$l"
mv "$l" "$LOGDEST"
done