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

(-)ebuild.sh.org (+3 lines)
Lines 296-301 Link Here
296
					bzip2 -dc ${DISTDIR}/${x} > ${x%.*} || die "$myfail"
296
					bzip2 -dc ${DISTDIR}/${x} > ${x%.*} || die "$myfail"
297
				fi
297
				fi
298
				;;
298
				;;
299
			LZH|lzh) 
300
				lha x ${DISTDIR}/${x} || die "$myfail"
301
				;;
299
			*)
302
			*)
300
				echo "unpack ${x}: file format not recognized. Ignoring."
303
				echo "unpack ${x}: file format not recognized. Ignoring."
301
				;;
304
				;;

Return to bug 25302