Fix typo in fixed-up tar command to suppress a whoooole lot of junk

output on package builds.

Pointy hat:	self
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-01-24 01:58:21 +00:00
parent 2d9bb86df0
commit 4ddc8569cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268151

View File

@ -145,7 +145,7 @@ ${scp_cmd} ${client_user}@${host}:${chroot}/tmp/${pkgname}.log ${builddir}/logs/
# XXX Set dirty flag if any of the scp's fail
mkdir -p ${builddir}/distfiles/.pbtmp/${pkgname}
${ssh_cmd} -a -n ${client_user}@${host} tar -C ${chroot}/tmp/distfiles -exclude ${chroot}/tmp/distfiles/RESTRICTED -cf - . | \
${ssh_cmd} -a -n ${client_user}@${host} tar -C ${chroot}/tmp/distfiles --exclude ${chroot}/tmp/distfiles/RESTRICTED -cf - . | \
tar --unlink -C ${builddir}/distfiles/.pbtmp/${pkgname} -xvf - && \
touch ${builddir}/distfiles/.pbtmp/${pkgname}/.done