From 3479685e9960f23c2c1571da9501cd5625ea4907 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 22 Jul 2007 20:56:45 +0000 Subject: 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 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-1-g7c22