Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196565
Collapse All | Expand All

(-)ebuild.sh-old (-3 / +3 lines)
Lines 488-500 Link Here
488
				fi
488
				fi
489
				;;
489
				;;
490
			RAR|rar)
490
			RAR|rar)
491
				unrar x -idq -o+ "${srcdir}/${x}" || die "$myfail"
491
				unrar x -idq -o+ "${srcdir}${x}" || die "$myfail"
492
				;;
492
				;;
493
			LHa|LHA|lha|lzh)
493
			LHa|LHA|lha|lzh)
494
				lha xfq "${srcdir}/${x}" || die "$myfail"
494
				lha xfq "${srcdir}${x}" || die "$myfail"
495
				;;
495
				;;
496
			a|deb)
496
			a|deb)
497
				ar x "${srcdir}/${x}" || die "$myfail"
497
				ar x "${srcdir}${x}" || die "$myfail"
498
				;;
498
				;;
499
			lzma)
499
			lzma)
500
				if [ "${y}" == "tar" ]; then
500
				if [ "${y}" == "tar" ]; then

Return to bug 196565