From: Zac Medico Date: Sun, 22 Jul 2007 20:56:19 +0000 (-0000) Subject: For bug #184774, put lha's -q option last since otherwise the option parser now requi... X-Git-Tag: v2.2_pre1~965 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=820a9325cde73e72c3f87045e5f91de292807ea2;p=portage.git For bug #184774, put lha's -q option last since otherwise the option parser now requires level 0, 1, or 2 to be specified. svn path=/main/trunk/; revision=7358 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 6442ec4ff..5f271524b 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -378,7 +378,7 @@ unpack() { unrar x -idq -o+ "${srcdir}/${x}" || die "$myfail" ;; LHa|LHA|lha|lzh) - lha xqf "${srcdir}/${x}" || die "$myfail" + lha xfq "${srcdir}/${x}" || die "$myfail" ;; a|deb) ar x "${srcdir}/${x}" || die "$myfail"