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

(-)google-chrome-bin-4.0.213.1-r27053.ebuild (-1 / +1 lines)
Lines 54-60 Link Here
54
54
55
src_unpack() {
55
src_unpack() {
56
	for i in ${A}; do
56
	for i in ${A}; do
57
		unpack ${i}
57
		ar x "${DISTDIR}"/${i}
58
		if [[ ${i} = *.deb ]]; then
58
		if [[ ${i} = *.deb ]]; then
59
			if [[ -e "${WORKDIR}"/data.tar.lzma ]]; then
59
			if [[ -e "${WORKDIR}"/data.tar.lzma ]]; then
60
				mv "${WORKDIR}"/data.tar.lzma "${WORKDIR}"/${i%%_*}.tar.lzma
60
				mv "${WORKDIR}"/data.tar.lzma "${WORKDIR}"/${i%%_*}.tar.lzma

Return to bug 272805