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

Collapse All | Expand All

(-)/usr/portage/eclass/unpacker.eclass (-1 / +2 lines)
Lines 311-317 Link Here
311
	[[ ${arch} != unpack_* ]] && unpack_banner "${a}"
311
	[[ ${arch} != unpack_* ]] && unpack_banner "${a}"
312
312
313
	if [[ -z ${arch} ]] ; then
313
	if [[ -z ${arch} ]] ; then
314
		${comp} "${a}" > "${a%.*}"
314
		local b="${a%.*}"
315
		${comp} "${a}" > "${b##*/}"
315
	elif [[ -z ${comp} ]] ; then
316
	elif [[ -z ${comp} ]] ; then
316
		${arch} "${a}"
317
		${arch} "${a}"
317
	else
318
	else

Return to bug 408801