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

(-)file_not_specified_in_diff (-1 / +9 lines)
Line  Link Here
0
-- a/bin/ebuild.sh
0
++ b/bin/ebuild.sh
Lines 420-425 unpack() { Link Here
420
					lzma -dc "${srcdir}${x}" > ${x%.*} || die "$myfail"
420
					lzma -dc "${srcdir}${x}" > ${x%.*} || die "$myfail"
421
				fi
421
				fi
422
				;;
422
				;;
423
			xz)
424
				if [ "${y}" == "tar" ]; then
425
					xz -dc "${srcdir}${x}" | tar xof - ${tar_opts}
426
					assert "$myfail"
427
				else
428
					xz -dc "${srcdir}${x}" > ${x%.*} || die "$myfail"
429
				fi
430
				;;
423
			*)
431
			*)
424
				vecho "unpack ${x}: file format not recognized. Ignoring."
432
				vecho "unpack ${x}: file format not recognized. Ignoring."
425
				;;
433
				;;

Return to bug 256765