Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198362 | Differences between
and this patch

Collapse All | Expand All

(-)emerge-delta-webrsync-3.5.1.orig (-1 / +1 lines)
Lines 430-436 else Link Here
430
fi
430
fi
431
	
431
	
432
# generate tmp dir.
432
# generate tmp dir.
433
TEMPDIR=$(mktemp -d /tmp/delta-webrsync-XXXXXX)
433
TEMPDIR=$(mktemp -d "${TMPDIR}"/delta-webrsync-XXXXXX)
434
# got our patches.
434
# got our patches.
435
if ! patcher -v "${dfile}" ${patches} "${TEMPDIR}/portage-${final_date}.tar"; then
435
if ! patcher -v "${dfile}" ${patches} "${TEMPDIR}/portage-${final_date}.tar"; then
436
	echo "reconstruction failed (contact the author with the error from the reconstructor please)"
436
	echo "reconstruction failed (contact the author with the error from the reconstructor please)"

Return to bug 198362