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

(-)ebuild.sh-orig (-1 / +1 lines)
Lines 406-412 Link Here
406
				fi
406
				fi
407
				;;
407
				;;
408
			RAR|rar)
408
			RAR|rar)
409
				unrar x -idq "${srcdir}/${x}" || die "$myfail"
409
				unrar x -idq -o+ "${srcdir}/${x}" || die "$myfail"
410
				;;
410
				;;
411
			LHa|LHA|lha|lzh)
411
			LHa|LHA|lha|lzh)
412
				lha xqf "${srcdir}/${x}" || die "$myfail"
412
				lha xqf "${srcdir}/${x}" || die "$myfail"

Return to bug 146508