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

Collapse All | Expand All

(-)bin/ebuild.sh (+8 lines)
Lines 397-402 Link Here
397
					assert "$myfail"
397
					assert "$myfail"
398
				else
398
				else
399
					bzip2 -dc "${srcdir}${x}" > ${x%.*} || die "$myfail"
399
					bzip2 -dc "${srcdir}${x}" > ${x%.*} || die "$myfail"
400
				fi
401
				;;
402
			7Z|7z)
403
				local my_output
404
				my_output="$(7z x -y "${srcdir}/${x}")"
405
				if [ $? -ne 0 ]; then
406
					echo "${my_output}" >&2
407
					die "$myfail"
400
				fi
408
				fi
401
				;;
409
				;;
402
			RAR|rar)
410
			RAR|rar)

Return to bug 135134