From 5b00dfcbd7600d9465ccb06f542ce3474d624f4a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 1 Nov 2005 01:33:39 +0000 Subject: add support for unpacking lha files svn path=/main/branches/2.0/; revision=2225 --- bin/ebuild.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 666a79dd6..21a3afda8 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -394,6 +394,9 @@ unpack() { RAR|rar) unrar x -idq "${srcdir}/${x}" || die "$myfail" ;; + LHa|LHA|lha|lzh) + lha xqf "${srcdir}/${x}" || die "$myfail" + ;; *) echo "unpack ${x}: file format not recognized. Ignoring." ;; -- cgit v1.2.3-1-g7c22