From: Zac Medico Date: Sun, 22 Jul 2007 20:56:45 +0000 (-0000) Subject: For bug #184774, put lha's -q option last since otherwise the option parser now requi... X-Git-Tag: v2.1.3~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3479685e9960f23c2c1571da9501cd5625ea4907;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. (trunk r7358) svn path=/main/branches/2.1.2/; revision=7359 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index d829bc0ed..c9bacd4a5 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -458,7 +458,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"