--- ebuild.sh.org 2003-07-26 06:34:46.000000000 +0100 +++ ebuild.sh 2003-07-26 05:43:30.000000000 +0100 @@ -296,6 +296,9 @@ bzip2 -dc ${DISTDIR}/${x} > ${x%.*} || die "$myfail" fi ;; + LZH|lzh) + lha x ${DISTDIR}/${x} || die "$myfail" + ;; *) echo "unpack ${x}: file format not recognized. Ignoring." ;;