projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0951e1
)
For bug #184774, put lha's -q option last since otherwise the option parser now requi...
author
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jul 2007 06:57:42 +0000
(06:57 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jul 2007 06:57:42 +0000
(06:57 -0000)
svn path=/main/branches/2.1.2.9/; revision=7505
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 18c946840694aeca5ec68b5dcdc6749c863a045e..9eb0a4f876474af0a901fb08ce05d4ca3e1e4e32 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-453,7
+453,7
@@
unpack() {
unrar x -idq -o+ "${srcdir}/${x}" || die "$myfail"
;;
LHa|LHA|lha|lzh)
- lha x
qf
"${srcdir}/${x}" || die "$myfail"
+ lha x
fq
"${srcdir}/${x}" || die "$myfail"
;;
a|deb)
ar x "${srcdir}/${x}" || die "$myfail"